From de13dcc2a71c86f9d64b1641391febdd7790adb2 Mon Sep 17 00:00:00 2001 From: Wes Brown Date: Wed, 4 Jan 2017 17:11:44 -0600 Subject: [PATCH] Update style.css color change --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2cf86f8..b4c021a 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ layout: nil --- -{% assign primary_colour = '#DE1B1B' %} +{% assign primary_colour = '#1ab6de' %} /* @@ -186,4 +186,4 @@ pre code { .anchorjs-link { color: {{ primary_colour }}; border: none; -} \ No newline at end of file +}