From 92dc0310830eb78e207d25ccfa8db98be07dffda Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Tue, 7 Apr 2026 19:30:19 +0800 Subject: [PATCH] =?UTF-8?q?style(toggle):=20=E9=99=8D=E4=BD=8E=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E5=8D=A1=E7=89=87=20toggle=20=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E4=BA=AE=E5=BA=A6=EF=BC=8C=E4=BD=BF=E7=94=A8=20color-mix=20?= =?UTF-8?q?=E6=9F=94=E5=8C=96=E8=BD=A8=E9=81=93=E4=B8=8E=E5=9C=86=E7=82=B9?= =?UTF-8?q?=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index cfe673d..da78cc5 100644 --- a/style.css +++ b/style.css @@ -1763,13 +1763,13 @@ } .bme-capability-card input[type="checkbox"]:checked { - background: var(--bme-primary); - border-color: var(--bme-primary); + background: color-mix(in srgb, var(--bme-primary) 45%, var(--bme-surface-high)); + border-color: color-mix(in srgb, var(--bme-primary) 55%, transparent); } .bme-capability-card input[type="checkbox"]:checked::after { transform: translateX(18px); - background: #fff; + background: var(--bme-primary-text, #ffb2b7); } /* --- STRIPE ROW LAYOUT (Advanced Settings) --- */