Make the scrollbars a lighter grey
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-01-30 00:46:05 +00:00
parent 4df33d1152
commit ca66cf2891
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;