Skip to content

Commit 7f86991

Browse files
committed
Add darken the scrollbars in dark mode.
1 parent 4a6823e commit 7f86991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_content/tour/static/css/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html, body {
1414
}
1515
[data-theme='dark'] body {
1616
background-color: #2B2D2F;
17+
scrollbar-color:#2B2D2F #1d1d1d;
1718
}
1819
* {
1920
outline: none;

0 commit comments

Comments
 (0)