mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-04 08:08:44 +00:00
fix: 黑暗模式下登录扫描页面的文字看不清楚
This commit is contained in:
parent
4e1193a4ec
commit
158aa8d58c
@ -24,6 +24,7 @@
|
||||
|
||||
--wk-message-item: white;
|
||||
--wk-message-color: #0F0F0F;
|
||||
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
@ -42,6 +43,9 @@
|
||||
--wk-message-item: #0F0F0F;
|
||||
--wk-message-color: white;
|
||||
|
||||
--semi-color-primary: #E46342;
|
||||
--semi-color-primary-hover: rgb(228, 99, 66,0.5);
|
||||
|
||||
}
|
||||
|
||||
/* ::-webkit-scrollbar-thumb:window-inactive {
|
||||
|
@ -173,6 +173,7 @@
|
||||
|
||||
.wk-login-content-scanlogin-qrcode-title {
|
||||
margin-top: 30px;
|
||||
color: rgba(9,30,66,.87);
|
||||
}
|
||||
|
||||
.wk-login-content-scanlogin-qrcode-desc li {
|
||||
@ -180,6 +181,7 @@
|
||||
text-align: left;
|
||||
margin: 0.75rem 0;
|
||||
display: flex;
|
||||
color: rgba(9,30,66,.87);
|
||||
}
|
||||
|
||||
.wk-login-content-scanlogin-qrcode-desc li::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user