fix: 暗色主题输入框颜色全局优化

- bricks.css: inputbox背景 #1E293B → #0F172A
- login.css: 同步更新保持一致
This commit is contained in:
yumoqing 2026-05-30 14:32:11 +08:00
parent b0d6b59613
commit c9dd80a484

View File

@ -217,7 +217,7 @@
border-bottom-color: #818cf8 !important;
}
[data-theme="dark"] .login-window .inputbox {
background: #1e293b !important;
background: #0F172A !important;
border-color: #475569 !important;
color: #e2e8f0 !important;
}