From b788e69131dccc1be147244e5b4d9e64deb2dc76 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Mar 2022 14:12:37 +0100 Subject: Some fixes for themes --- client/src/sass/include/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/sass/include/_variables.scss') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index f68f4e18d..fd1b137dc 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -18,7 +18,9 @@ $grey-button-outline-color: scale-color($grey-foreground-color, $alpha: -95%); $main-color: hsl(24, 90%, 50%); $main-color-lighter: lighten($main-color, 10%); $main-color-lightest: lighten($main-color, 40%); + $main-hover-color: lighten($main-color, 5%); +$main-background-hover-color: #e9ecef; $secondary-color: hsl(187, 77%, 34%); @@ -109,6 +111,7 @@ $variables: ( --mainColorLightest: var(--mainColorLightest), --mainHoverColor: var(--mainHoverColor), + --mainBackgroundHoverColor: var(--mainBackgroundHoverColor), --mainBackgroundColor: var(--mainBackgroundColor), --mainForegroundColor: var(--mainForegroundColor), @@ -117,6 +120,7 @@ $variables: ( --greyForegroundColor: var(--greyForegroundColor), --greyBackgroundColor: var(--greyBackgroundColor), + --greySecondaryBackgroundColor: var(--greySecondaryBackgroundColor), --menuBackgroundColor: var(--menuBackgroundColor), --menuForegroundColor: var(--menuForegroundColor), -- cgit v1.2.3