style(样式): 优化全局背景色样式

- 为 html 元素添加背景色变量
- 设置最小高度为 100%
This commit is contained in:
gaoziman 2025-12-28 01:32:03 +08:00
parent 7d7678084f
commit 039a9b6b49

View File

@ -168,6 +168,8 @@
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--color-bg-secondary);
min-height: 100%;
}
body {