Fixed slider range background.

This commit is contained in:
DebaucheryLibrarian 2024-03-21 03:31:41 +01:00
parent 4b9cf25504
commit 899873d651
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
:root {
--primary: #f65596;
--primary-light-10: #f075a6;
--primary-light-30: #f7c9dc;
--grey-dark-50: #111;
--grey-dark-40: #222;

View File

@ -152,7 +152,7 @@ async function setRange(prop, value) {
.range {
--slider-track: var(--shadow-weak-30);
--slider-range: var(--primary-faded);
--slider-range: var(--primary-light-30);
--slider-thumb: var(--primary);
position: relative;