style(样式): 优化全局背景色样式
- 为 html 元素添加背景色变量 - 设置最小高度为 100%
This commit is contained in:
parent
7d7678084f
commit
039a9b6b49
@ -168,6 +168,8 @@
|
|||||||
html {
|
html {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
background-color: var(--color-bg-secondary);
|
||||||
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user