From 7dd89be7413dabfdbe92ac2187dd8bcb24e537f4 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 21 Mar 2016 14:32:00 -0400 Subject: [PATCH] FIX: text title in header should use header primary colour instead of blue --- app/assets/stylesheets/common/base/header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 63c41255d77..610832b1c83 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -17,6 +17,9 @@ .title { float: left; + a, a:visited { + color: $header_primary; + } } #site-logo {