slider: change darkmode background color

This commit is contained in:
Garrit Franke 2022-04-13 16:17:41 +02:00
parent 7b91a7fa11
commit 70bbc708b2
No known key found for this signature in database
GPG key ID: 65586C4DDA55EA2C

View file

@ -58,7 +58,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
background-color: #363636;
-webkit-transition: .4s;
transition: .4s;
}