Skip to content

Commit 8b4e304

Browse files
authored
Make dark scroll bar in dark theme (#4856)
Make dark scroll bar in dark theme
1 parent 2fcddbb commit 8b4e304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layouts/css/layout/_dark-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[data-theme="dark"] {
2+
color-scheme: dark;
3+
24
.dark-theme-switcher {
35
background-image: url("/static/images/light-mode.svg");
46
}

0 commit comments

Comments
 (0)