Skip to content

Commit

Permalink
Fix dark mode scrollbar color
Browse files Browse the repository at this point in the history
Fix #6
  • Loading branch information
jhildenbiddle committed Mar 7, 2024
1 parent fe58e3e commit e340320
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themeable-dark.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@import "core/_import.css";
@import "core/vars-palette-dark.css" screen;
@import "core/vars-theme-dark.css" screen;

:not(.mac-os) ::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.1);
}

0 comments on commit e340320

Please sign in to comment.