Make the scrollbars a lighter grey (#394)
Co-authored-by: AdrianSimmons <adrian@perlucida.co.uk> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/394 Co-authored-by: adrinux <adrian@perlucida.co.uk> Co-committed-by: adrinux <adrian@perlucida.co.uk>
This commit is contained in:
parent
4df33d1152
commit
649714e8a9
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue