Skip to content

Commit e340320

Browse files
committedMar 7, 2024·
Fix dark mode scrollbar color
Fix #6
1 parent fe58e3e commit e340320

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/themeable-dark.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
@import "core/_import.css";
22
@import "core/vars-palette-dark.css" screen;
33
@import "core/vars-theme-dark.css" screen;
4+
5+
:not(.mac-os) ::-webkit-scrollbar-thumb {
6+
background-color: rgba(255, 255, 255, 0.1);
7+
}

0 commit comments

Comments
 (0)
Please sign in to comment.