♻️ 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

@@ -35,9 +35,9 @@ footer {
}
footer a{
color: var(--medium-grey);
color: var(--footer-text-color);
&:hover {
color: var(--primary);
color: var(--footer-text-color-link);
}
}