From bbfc3435333f1babcddd41c817373fb2fe6d1746 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 21 Jan 2018 17:45:22 -0800 Subject: [PATCH] Grey Footer --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index e5357bf..ad8c94a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1643,7 +1643,7 @@ color: #ffffff; font-family: 'Shrikhand', sans-serif; font-size: 16pt; - font-weight: 400; + font-weight: 300; line-height: 1.75; } @@ -3196,7 +3196,7 @@ #footer { padding: 5em 0 6em 0 ; - background-color: #F2839D; + background-color: #bbc1cc; } #footer > .inner {