From 649714e8a96213e3571a23a614c2dbb1dec3fdec Mon Sep 17 00:00:00 2001 From: adrinux Date: Sat, 30 Jan 2021 08:10:50 +0000 Subject: [PATCH] Make the scrollbars a lighter grey (#394) Co-authored-by: AdrianSimmons Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/394 Co-authored-by: adrinux Co-committed-by: adrinux --- src/styles/theme/variables/variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/theme/variables/variables.scss b/src/styles/theme/variables/variables.scss index 89f7af162..c97323c34 100644 --- a/src/styles/theme/variables/variables.scss +++ b/src/styles/theme/variables/variables.scss @@ -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;