From bc76183e78a300b0f25bba645f302ab37a6572b8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 1 Aug 2021 17:22:53 +0100 Subject: [PATCH] :lipstick: Variables for light dark theme --- src/styles/Colors.scss | 2 +- src/styles/custom.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/Colors.scss b/src/styles/Colors.scss index e9e3b1c7..f6c5c46e 100644 --- a/src/styles/Colors.scss +++ b/src/styles/Colors.scss @@ -22,7 +22,7 @@ html { /* Light Theme */ --primary: #54bff7; --background: var(--white); --text-color: var(--black); - --hero-background: var(--white); + --hero-background: var(--bright-white); --kinda-transparent: #ffffffd9; --feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%); } diff --git a/src/styles/custom.scss b/src/styles/custom.scss index d248b91e..11455a9e 100644 --- a/src/styles/custom.scss +++ b/src/styles/custom.scss @@ -38,4 +38,8 @@ nav.navbar { font-weight: bold; font-size: 1.5rem; } +} + +body { + background: var(--background); } \ No newline at end of file