Skip to content

Commit f6cfa2c

Browse files
committed
add CSS color-scheme: dark to style scroll bar in dark mode (thanks kubalav@gmail.com)
1 parent 36432e9 commit f6cfa2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css/common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ body {
2525
}
2626

2727
.dark-mode {
28+
color-scheme: dark;
2829
background-color: #252525;
2930
color: #d0d0d0;
3031
}

0 commit comments

Comments
 (0)