From a0c713664b78c97070929dfa1e7f14863b310791 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 6 Jul 2015 17:01:39 +0100 Subject: [PATCH] Use primary colour var universally --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a92542b..0356f12 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,7 @@ h3:before { width: 1.5em; display: inline-block; margin-left: -1.5em; - color: #DE1B1B; + color: {{ primary_colour }}; font-weight: normal; }