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