diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-03 11:59:37 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-03 11:59:37 +0530 |
commit | e25e884596cf07a5dee77ba2dc841b45b14f2ac5 (patch) | |
tree | 13b4f16b49f5338c8cbcd5e9fa297cc6b9b66a2e /src/styles/global.scss | |
parent | f3606844da26a2e36df58be8ae77e22209a6d14f (diff) |
now adding new themes/colorschemes is easier and cleaner
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 12 |
1 files changed, 6 insertions, 6 deletions
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; } |