From 3287ad5a6c983a2d8f3dfcfe175bd1e8afbd0e54 Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Tue, 23 Jan 2018 14:31:39 +1000 Subject: [PATCH] Update Footer backgroundColor --- src/components/Footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }