fix: body 背景改为深色 #0A0C16,消除滚动闪白
All checks were successful
continuous-integration/drone/push Build is passing

- reset.css body background: #FFFFFF → #0A0C16
- theme.css body background: #FFFFFF → #0A0C16
- 修复 theme.css 被误删的规则(textarea/input)
- 滚动条颜色适配深色主题
This commit is contained in:
yiqiu
2026-03-18 18:13:08 +08:00
parent 0581515005
commit fcd7eff3e8
2 changed files with 80 additions and 82 deletions

View File

@@ -34,8 +34,8 @@ h5 {
}
body {
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.90);
background-color: #0A0C16;
color: rgba(220, 228, 240, 0.9);
font-size: 16px;
font-family: PingFang SC;
font-weight: 400;