We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe58e3e commit e340320Copy full SHA for e340320
src/themeable-dark.css
@@ -1,3 +1,7 @@
1
@import "core/_import.css";
2
@import "core/vars-palette-dark.css" screen;
3
@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