♻️ Ensures all colors are using variables

This commit is contained in:
Alicia Sykes
2021-04-20 17:26:21 +01:00
parent 9f70181422
commit 3d342bb43d
9 changed files with 65 additions and 13 deletions

View File

@@ -22,12 +22,12 @@ export default {
display: flex;
flex-direction: column;
h1 {
color: var(--primary);
color: var(--heading-text-color);
font-size: 2.5rem;
margin: 0;
}
span.subtitle {
color: var(--primary);
color: var(--heading-text-color);
font-style: italic;
text-shadow: 1px 1px 2px #130f23;
opacity: var(--dimming-factor);