Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35589b1e9b |
@@ -1,11 +1,10 @@
|
|||||||
:root {
|
:root {
|
||||||
color-scheme: dark; /* 原生下拉/滚动条/表单控件用浅色文字,避免黑字 */
|
|
||||||
--bg: #0f1420;
|
--bg: #0f1420;
|
||||||
--panel: #171e2e;
|
--panel: #171e2e;
|
||||||
--panel2: #1d2538;
|
--panel2: #1d2538;
|
||||||
--border: #2a3550;
|
--border: #2a3550;
|
||||||
--text: #eef2fb;
|
--text: #e6ebf5;
|
||||||
--muted: #a9b4cd;
|
--muted: #8b96ad;
|
||||||
--accent: #4f8cff;
|
--accent: #4f8cff;
|
||||||
--accent2: #22c58b;
|
--accent2: #22c58b;
|
||||||
--warn: #f5a623;
|
--warn: #f5a623;
|
||||||
@@ -65,9 +64,6 @@ body {
|
|||||||
padding: 8px 10px; font-size: 13px; outline: none;
|
padding: 8px 10px; font-size: 13px; outline: none;
|
||||||
}
|
}
|
||||||
.field input:focus, .field select:focus { border-color: var(--accent); }
|
.field input:focus, .field select:focus { border-color: var(--accent); }
|
||||||
.field select option { background-color: var(--panel2); color: var(--text); }
|
|
||||||
.field select option:checked { background-color: var(--accent); color: #fff; }
|
|
||||||
input::placeholder { color: var(--muted); opacity: 1; }
|
|
||||||
.field input[type="range"] { width: 100%; accent-color: var(--accent); }
|
.field input[type="range"] { width: 100%; accent-color: var(--accent); }
|
||||||
.hint { color: var(--muted); font-size: 11px; margin-top: 4px; }
|
.hint { color: var(--muted); font-size: 11px; margin-top: 4px; }
|
||||||
.hint-inline { color: var(--muted); font-weight: 400; margin-left: 6px; }
|
.hint-inline { color: var(--muted); font-weight: 400; margin-left: 6px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user