actually use dark --knob

This commit is contained in:
tophf 2022-02-14 23:46:58 +03:00
parent 7cb05f2381
commit 32df8cb767

View File

@ -5,7 +5,6 @@
margin: 1ex 0; margin: 1ex 0;
-moz-user-select: none; -moz-user-select: none;
user-select: none; user-select: none;
--knob: var(--c95);
} }
.onoffswitch input { .onoffswitch input {
@ -46,7 +45,7 @@
width: 18px; width: 18px;
height: 18px; height: 18px;
margin: -3px; margin: -3px;
background: var(--knob); background: var(--knob, var(--c95));
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;