Sebastiankay commited on
Commit
6c0448e
1 Parent(s): 5cc378b

Sep 10, 2024, 6:32 PM

Browse files
Files changed (1) hide show
  1. _res/_custom.css +1 -1
_res/_custom.css CHANGED
@@ -259,7 +259,7 @@ span.has-info+div {
259
  input[type=range].svelte-pc1gm4 {
260
  background: var(--neutral-700);
261
 
262
- & ::-webkit-slider-thumb {
263
  border: solid .5px var(--primary-600);
264
  background-color: var(--primary-600);
265
  }
 
259
  input[type=range].svelte-pc1gm4 {
260
  background: var(--neutral-700);
261
 
262
+ &::-webkit-slider-thumb {
263
  border: solid .5px var(--primary-600);
264
  background-color: var(--primary-600);
265
  }