Skip to content

Commit

Permalink
Set scrollbar width and color
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslama committed Feb 23, 2025
1 parent 31d4bbe commit d656338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ body {
text-rendering: optimizelegibility;
}

* {
scrollbar-width: thin;
scrollbar-color: var(--scrollbar) var(--bg);
}

code {
font-family: var(--mono-font) !important;
font-size: var(--code-font-size);
Expand Down

0 comments on commit d656338

Please sign in to comment.