We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1410538 commit 50681feCopy full SHA for 50681fe
console/atest-ui/src/assets/base.css
@@ -57,3 +57,13 @@ body {
57
-webkit-font-smoothing: antialiased;
58
-moz-osx-font-smoothing: grayscale;
59
}
60
+
61
+html.dark body {
62
+ background-color: #1e1e1e;
63
+}
64
65
+html.dark .el-main {
66
67
+ color: #fff;
68
69
0 commit comments