fix(css): 修正夜间模式下的样式问题

- 删除了 about.css 中多余的闭合括号
- 调整了 artalk.css 中夜间模式输入框的文字颜色以提高可读性
This commit is contained in:
hehh
2025-11-26 01:04:12 +08:00
parent 0fbfd7b6dd
commit eec6778f8d
2 changed files with 1 additions and 2 deletions

View File

@@ -1841,7 +1841,6 @@ body {
text-shadow: 0 0 10px var(--accent-glow);
}
}
[data-theme="night"] .stat-key {
color: var(--text-secondary);