From 35589b1e9b2bb725cbf593d901d298ef6057cb9b Mon Sep 17 00:00:00 2001 From: hz4th_coder Date: Thu, 3 Sep 2026 01:32:24 +0800 Subject: [PATCH] =?UTF-8?q?v2.4.3=20=E5=9B=9E=E9=80=80=E5=88=B0=20v2.4.1?= =?UTF-8?q?=20=E6=A0=B7=E5=BC=8F=EF=BC=9A=E6=92=A4=E9=94=80=E9=BB=91?= =?UTF-8?q?=E5=AD=97=E4=BF=AE=E5=A4=8D(color-scheme/=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=8F=90=E4=BA=AE/option=E9=A2=9C=E8=89=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index dfe1009..1cd9371 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,11 +1,10 @@ :root { - color-scheme: dark; /* 原生下拉/滚动条/表单控件用浅色文字,避免黑字 */ --bg: #0f1420; --panel: #171e2e; --panel2: #1d2538; --border: #2a3550; - --text: #eef2fb; - --muted: #a9b4cd; + --text: #e6ebf5; + --muted: #8b96ad; --accent: #4f8cff; --accent2: #22c58b; --warn: #f5a623; @@ -65,9 +64,6 @@ body { padding: 8px 10px; font-size: 13px; outline: none; } .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); } .hint { color: var(--muted); font-size: 11px; margin-top: 4px; } .hint-inline { color: var(--muted); font-weight: 400; margin-left: 6px; }