From e25e884596cf07a5dee77ba2dc841b45b14f2ac5 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 3 May 2021 11:59:37 +0530 Subject: now adding new themes/colorschemes is easier and cleaner --- src/styles/global.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/styles/global.scss') diff --git a/src/styles/global.scss b/src/styles/global.scss index 8605e07..9bf0904 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -27,8 +27,8 @@ html, body { } body { - background-color: $defBG; - color: $defFG; + background-color: $background1; + color: $foreground1; margin: 0; } @@ -51,7 +51,7 @@ body { .BillingPageFlex div { box-sizing: border-box; - border: 1px solid $altBorderColor; + border: 1px solid $border1; } .floatingMenuBG { @@ -59,7 +59,7 @@ body { width: 100%; position: fixed; top: 0; left: 0; - background-color: $floatingContainerBG; + background-color: $background0; } .floatingMenu { @@ -73,9 +73,9 @@ body { margin: 0 auto; top: 15vh; - background-color: $floatingBG; + background-color: $background3; box-shadow: $floatingShadow; - border: 1px solid $defBorderColor; + border: 1px solid $border2; padding: 1.5rem; } -- cgit v1.2.3