From f990063606d639c1d90f7bdea4eb4f214e7c9b28 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 21 Jan 2018 17:28:13 -0800 Subject: [PATCH] color of headers in the footer to F2839D --- assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 8626dc6..065647d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1724,6 +1724,7 @@ font-weight: 900; line-height: 1.5; margin: 0 0 2em 0; + color: #F2839D text-transform: uppercase; letter-spacing: 0.35em; } @@ -3195,7 +3196,7 @@ #footer { padding: 5em 0 6em 0 ; - background-color: #696969; + background-color: #F2839D; } #footer > .inner {