diff --git a/src/components/Footer.css b/src/components/Footer.css index 2e70747..c64a6da 100644 --- a/src/components/Footer.css +++ b/src/components/Footer.css @@ -4,7 +4,7 @@ } .Footer--Lower { - background: var(--primaryDark); + background: var(--primary); padding: 1rem 0; font-weight: 100; }