style: 暗黑模式调整

This commit is contained in:
fofolee 2021-03-27 17:44:35 +08:00
parent d7de48af4c
commit 2c0d9d1afc

View File

@ -7,6 +7,14 @@
color: #e4e4e4; color: #e4e4e4;
} }
#featureList .toggle-btn {
background: #fafafa;
}
#featureList .checked-switch:checked~.text-switch {
background-color: #00af2c;
}
.error { .error {
color: #fbbac2; color: #fbbac2;
} }
@ -54,6 +62,8 @@
#options #customize input, #options #customize input,
#options #customize select, #options #customize select,
#options #customize input#scptarg, #options #customize input#scptarg,
#options #customize input#rule,
#options #customize input.customize,
#panelConf input { #panelConf input {
background: #303133; background: #303133;
color: #e4e4e4; color: #e4e4e4;