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

  1. body.dark .noUi-background {
  2. background-color: #3c3939;
  3. box-shadow: none;
  4. }
  5. body.dark .noUi-target {
  6. border-color: #515151;
  7. box-shadow: none;
  8. }
  9. body.dark .noUi-target.noUi-connect {
  10. box-shadow: none;
  11. }
  12. body.dark .noUi-handle {
  13. background-color: #515050;
  14. border-color: #605c5c;
  15. box-shadow: none;
  16. }
  17. body.dark .noUi-marker {
  18. background: #777;
  19. }
  20. body.dark .noUi-pips {
  21. color: hsl(240, 3%, 55%);
  22. }