fix(css): 修正夜间模式下的样式问题
- 删除了 about.css 中多余的闭合括号 - 调整了 artalk.css 中夜间模式输入框的文字颜色以提高可读性
This commit is contained in:
@@ -1841,7 +1841,6 @@ body {
|
||||
text-shadow: 0 0 10px var(--accent-glow);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[data-theme="night"] .stat-key {
|
||||
color: var(--text-secondary);
|
||||
|
||||
Reference in New Issue
Block a user