Make the scrollbars a lighter grey #394

Merged
konrad merged 1 commits from :master into master 2021-01-30 08:10:51 +00:00
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ $transition-duration: 150ms;
$transition: $transition-duration ease;
$scrollbar-height: 8px;
$scrollbar-track-color: $grey-300;
$scrollbar-thumb-color: $grey-500;
$scrollbar-hover-color: $grey-700;
$scrollbar-track-color: $grey-200;
$scrollbar-thumb-color: $grey-300;
$scrollbar-hover-color: $grey-500;
$button-height: 34px;