💄 Variables for light dark theme

This commit is contained in:
Alicia Sykes 2021-08-01 17:22:53 +01:00
parent 9d62d02162
commit bc76183e78
2 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@ html { /* Light Theme */
--primary: #54bff7; --primary: #54bff7;
--background: var(--white); --background: var(--white);
--text-color: var(--black); --text-color: var(--black);
--hero-background: var(--white); --hero-background: var(--bright-white);
--kinda-transparent: #ffffffd9; --kinda-transparent: #ffffffd9;
--feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%); --feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%);
} }

View File

@ -39,3 +39,7 @@ nav.navbar {
font-size: 1.5rem; font-size: 1.5rem;
} }
} }
body {
background: var(--background);
}