Skip to content

Commit

Permalink
Add darken the scrollbars in dark mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBroad committed Feb 20, 2025
1 parent 4a6823e commit 7f86991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _content/tour/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ html, body {
}
[data-theme='dark'] body {
background-color: #2B2D2F;
scrollbar-color:#2B2D2F #1d1d1d;
}
* {
outline: none;
Expand Down

0 comments on commit 7f86991

Please sign in to comment.