From d1bbf61caa6670e254b8568ee2e1eddabd24bee1 Mon Sep 17 00:00:00 2001 From: jfgordon2 <55799997+jfgordon2@users.noreply.github.com> Date: Mon, 30 Mar 2020 21:59:19 -0500 Subject: [PATCH] Updated to brighten after testing --- app/styles/themes/_dark.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/themes/_dark.scss b/app/styles/themes/_dark.scss index 438f167c5f0..0d0ec1a9c18 100644 --- a/app/styles/themes/_dark.scss +++ b/app/styles/themes/_dark.scss @@ -42,7 +42,7 @@ body.theme-dark { * * Note: Only applies to win32 and linux platforms */ - --scroll-bar-thumb-background-color: rgba(67, 76, 87, 0.7); + --scroll-bar-thumb-background-color: rgba(255, 255, 255, 0.2); /** * Background color for custom scroll bars in their active state. @@ -50,7 +50,7 @@ body.theme-dark { * * Note: Only applies to win32 and linux platforms */ - --scroll-bar-thumb-background-color-active: rgba(67, 76, 87, 0.8); + --scroll-bar-thumb-background-color-active: rgba(255, 255, 255, 0.5); // Box //