fix: 暗色主题输入框背景色优化 #1E293B → #0F172A
全局 inputbox 在 dark 主题下使用更深的背景色,与页面主色调协调
This commit is contained in:
parent
fe98b07466
commit
ebc8959f4c
@ -698,7 +698,7 @@ hr {
|
||||
}
|
||||
|
||||
[data-theme="dark"] .inputbox {
|
||||
background-color: #1E293B;
|
||||
background-color: #0F172A;
|
||||
color: #E2E8F0;
|
||||
border: 1px solid #475569;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user