fix: 暗色主题输入框颜色全局优化
- bricks.css: inputbox背景 #1E293B → #0F172A - login.css: 同步更新保持一致
This commit is contained in:
parent
b0d6b59613
commit
c9dd80a484
@ -217,7 +217,7 @@
|
|||||||
border-bottom-color: #818cf8 !important;
|
border-bottom-color: #818cf8 !important;
|
||||||
}
|
}
|
||||||
[data-theme="dark"] .login-window .inputbox {
|
[data-theme="dark"] .login-window .inputbox {
|
||||||
background: #1e293b !important;
|
background: #0F172A !important;
|
||||||
border-color: #475569 !important;
|
border-color: #475569 !important;
|
||||||
color: #e2e8f0 !important;
|
color: #e2e8f0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user