You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

27 lines
439 B

body.dark .noUi-background {
background-color: #3c3939;
box-shadow: none;
}
body.dark .noUi-target {
border-color: #515151;
box-shadow: none;
}
body.dark .noUi-target.noUi-connect {
box-shadow: none;
}
body.dark .noUi-handle {
background-color: #515050;
border-color: #605c5c;
box-shadow: none;
}
body.dark .noUi-marker {
background: #777;
}
body.dark .noUi-pips {
color: hsl(240, 3%, 55%);
}