Skip to content

Commit f3b09b4

Browse files
authored
fixed small UI bug of Dark theme (#716)
1 parent 1410538 commit f3b09b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

console/atest-ui/src/assets/base.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,13 @@ body {
5757
-webkit-font-smoothing: antialiased;
5858
-moz-osx-font-smoothing: grayscale;
5959
}
60+
61+
html.dark body {
62+
background-color: #1e1e1e;
63+
}
64+
65+
html.dark .el-main {
66+
background-color: #1e1e1e;
67+
color: #fff;
68+
}
69+

0 commit comments

Comments
 (0)