From 79fa638686a23f31f308db788b914e30bdb31ec5 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sun, 16 Aug 2020 18:16:19 -0400 Subject: [PATCH] change footer and header grey to slightly darker for more contrast --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 4bc17c9..88837a6 100644 --- a/_config.yml +++ b/_config.yml @@ -87,14 +87,14 @@ excerpt_length: 50 # Personalize the colours in your website. Colour values can be any valid CSS colour -navbar-col: "#F5F5F5" +navbar-col: "#EAEAEA" navbar-text-col: "#404040" -navbar-border-col: "#EAEAEA" +navbar-border-col: "#DDDDDD" page-col: "#FFFFFF" text-col: "#404040" link-col: "#008AFF" hover-col: "#0085A1" -footer-col: "#F5F5F5" +footer-col: "#EAEAEA" footer-text-col: "#777777" footer-link-col: "#404040"