From ca66cf28918c375eaa4d25b9538ad58bbed6986a Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Sat, 30 Jan 2021 00:46:05 +0000 Subject: [PATCH] Make the scrollbars a lighter grey --- 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;