Fixes scrollbar colors in dark mode

This commit is contained in:
Mouse Reeve
2022-03-26 11:35:24 -07:00
parent 0666a2d02f
commit 23ff58a62b
3 changed files with 16 additions and 0 deletions

View File

@ -19,6 +19,8 @@ $scheme-main: $white-bis;
$background-body: $white;
$background-secondary: $white-ter;
$background-tertiary: $white-bis;
$scrollbar-track: $background-secondary;
$scrollbar-thumb: $grey-lighter;
/* highlight colors */
$primary-highlight: $primary-light;