🎨 Extract variable for Footer and Search label

This commit is contained in:
Alicia Sykes
2021-06-28 22:39:40 +01:00
parent d71d980c1a
commit 75fd1347ac
3 changed files with 5 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ footer {
text-align: center;
color: var(--medium-grey);
opacity: var(--dimming-factor);
background: var(--background-darker);
background: var(--footer-background);
margin-top: 1.5rem;
border-top: 1px solid var(--outline-color);
@include tablet-down {