Update BlurpleRecolor.css

This commit is contained in:
Mirco Wittrien 2021-04-21 20:29:55 +02:00
parent 774e663b0b
commit 802840f9ee
1 changed files with 3 additions and 3 deletions

View File

@ -2099,12 +2099,12 @@
}
.bd-switch input:checked + .bd-switch-body {
background-color: rgba(var(--vaccentcolor), 0.8);
--switch-color: rgba(var(--vaccentcolor), 0.8);
}
.bd-switch input:checked:hover + .bd-switch-body {
.bd-switch:hover input:checked + .bd-switch-body {
background: var(--vaccentcolor-hover);
}
.bd-switch input:checked:active + .bd-switch-body {
.bd-switch:active input:checked + .bd-switch-body {
background: var(--vaccentcolor-active);
}