range slider knobs match theme

de1b4a377090d478265c0bb85384230d5b5d2aab

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +4 -3Ignore whitespace
public/style.css+4 -3
@@ -4233,13 +4233,14 @@ input[type="range"] {
42334233input[type="range"]::-webkit-slider-thumb {
42344234 -webkit-appearance: none;
42354235 position: relative;
42364236 /*box-shadow: 0 0 5px 0 black;
42374237 box-shadow: inset 0 0 5px var(--black70a);*/
42384238 -webkit-appearance: none;
42394239 height: 15px;
42404240 width: 15px;
42414241 border-radius: 50%;
42424242 background: var(--white100SmartThemeCheckboxTickColor);
4243+ border: 2px solid var(--SmartThemeBodyColor);
42434244}
42444245
42454246.doubleRangeContainer {