* Modify font color.

This commit is contained in:
caoyanyi
2023-02-02 11:33:02 +08:00
parent 47e7fbc765
commit e8f4b52e10
+1 -1
View File
@@ -14,6 +14,7 @@
.settings-list > .setting-box.btn {flex: 1 1 18%; padding: 8px; border: 1px solid rgba(227, 228, 233, 0.6); margin-right: 10px; margin-top: 16px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; white-space: unset; text-align: unset;}
.settings-list > .setting-box.btn[disabled] {cursor: not-allowed; pointer-events: unset;}
.settings-list > .setting-box.btn[disabled] > a {pointer-events: none;}
.settings-list > .setting-box > h4 {color: #0B0F18;}
.settings-list > .setting-box > h4 > img {padding-right: 8px; padding-bottom: 3px;}
.settings-list > .setting-box > .setting-desc {padding-bottom: 16px;}
.settings-list.lite-setting > .setting-box {flex: 1 1 30%;}
@@ -50,4 +51,3 @@
.main.without-internet > .plug.panel {flex: 1 1 60%; margin-bottom: unset; margin-right: 16px;}
.main.without-internet > .bottom > .official.panel {margin-right: unset;}
.main.without-internet > .bottom > .official.panel > .main-panel {flex-direction: row-reverse;}