From 2c0d9d1afc7d46f74791b40b717fae90fc044ff3 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 27 Mar 2021 17:44:35 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/darkmode.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/assets/style/darkmode.css b/src/assets/style/darkmode.css index c938afe..3059c36 100644 --- a/src/assets/style/darkmode.css +++ b/src/assets/style/darkmode.css @@ -7,6 +7,14 @@ color: #e4e4e4; } +#featureList .toggle-btn { + background: #fafafa; +} + +#featureList .checked-switch:checked~.text-switch { + background-color: #00af2c; +} + .error { color: #fbbac2; } @@ -54,6 +62,8 @@ #options #customize input, #options #customize select, #options #customize input#scptarg, +#options #customize input#rule, +#options #customize input.customize, #panelConf input { background: #303133; color: #e4e4e4;