diff --git a/app/styles/input.css b/app/styles/input.css index b1e58496..9bac4627 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -157,7 +157,7 @@ input[type=range]::-webkit-slider-thumb { width: 20px; height: 20px; border-radius: 20px; - background-color: #958eff; + background-color: #ADA8FF; margin-top: -7px; } input[type=range]::-moz-range-thumb { @@ -165,7 +165,7 @@ input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 20px; - background-color: #958eff; + background-color: #ADA8FF; margin-top: -7px; } input:focus-visible, input:focus-visible::file-selector-button, button:focus-visible, select:focus-visible, textarea:focus-visible {