fix: 暗色主题输入框背景色优化 #1E293B → #0F172A

全局 inputbox 在 dark 主题下使用更深的背景色,与页面主色调协调
This commit is contained in:
yumoqing 2026-05-30 14:32:21 +08:00
parent fe98b07466
commit ebc8959f4c

View File

@ -698,7 +698,7 @@ hr {
}
[data-theme="dark"] .inputbox {
background-color: #1E293B;
background-color: #0F172A;
color: #E2E8F0;
border: 1px solid #475569;
}