From: Ian Weller Date: Fri, 4 Nov 2016 18:01:58 +0000 (-0400) Subject: fixed a code error I missed X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2dea88e3b9144184c4472ba5d18112535fddecd4;p=web%2FGruntInit%2FglmThemeV6.git fixed a code error I missed In the top bar there is a reference to a color that doesn't exist in settings.scss --- diff --git a/root/scss/_topbar.scss b/root/scss/_topbar.scss index 1fd5b73..7deb531 100644 --- a/root/scss/_topbar.scss +++ b/root/scss/_topbar.scss @@ -75,7 +75,7 @@ text-decoration: none; &:hover { background: $white; - color: $bri-blue; + color: $l-blue; } } }