feat: 样式调整

This commit is contained in:
2026-07-18 21:03:04 +08:00
parent ed73a3fe72
commit f77f8d13d1
6 changed files with 58 additions and 53 deletions

View File

@@ -13,12 +13,12 @@
html,
body {
width: 100%;
height: 100%;
min-height: 100vh;
font-size: 16px;
}
html {
background: #fafafa;
background: #f8fafc;
}
html.dark {
@@ -26,7 +26,6 @@ html.dark {
color: #fff;
}
body {
display: flex;
flex-direction: column;