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

@ -28,6 +28,8 @@ $background-body: rgb(24, 27, 28);
$background-secondary: rgb(28, 30, 32);
$background-tertiary: rgb(32, 34, 36);
$modal-background-background-color: rgba($black, 0.8);
$scrollbar-track: $background-secondary;
$scrollbar-thumb: $light;
/* highlight colors */
$primary-highlight: $primary;