From 32df8cb7678acf940eefe68d8d7fe890f681be40 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 14 Feb 2022 23:46:58 +0300 Subject: [PATCH] actually use dark --knob --- options/onoffswitch.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/options/onoffswitch.css b/options/onoffswitch.css index 28e38a0c..1e5d40b8 100644 --- a/options/onoffswitch.css +++ b/options/onoffswitch.css @@ -5,7 +5,6 @@ margin: 1ex 0; -moz-user-select: none; user-select: none; - --knob: var(--c95); } .onoffswitch input { @@ -46,7 +45,7 @@ width: 18px; height: 18px; margin: -3px; - background: var(--knob); + background: var(--knob, var(--c95)); position: absolute; top: 0; bottom: 0;