update default background color

This commit is contained in:
2023-04-10 21:18:16 +10:00
parent 8f58de9f4e
commit 1ac66b4ece
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ body {
font-size: $font-size;
color: $font-color;
min-height: 100vh;
background-color: $background-color;
}
// Who knows why ion-icon randomally sets this to hidden.....

View File

@@ -3,7 +3,8 @@
$font-family: Nunito, Arial, Helvetica, sans-serif;
$font-size: 1.1rem;
$font-color: rgba(0, 0, 0, 0.7);
$font-color: rgba(255, 255, 255, 0.7);
$background-color: rgba(40, 44, 48, 1);
$primary-color-lighter: #cce8fb;
$primary-color-light: #67bbf4;