fixed a code error I missed
authorIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 18:01:58 +0000 (14:01 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 4 Nov 2016 18:01:58 +0000 (14:01 -0400)
In the top bar there is a reference to a color that doesn't exist in
settings.scss

root/scss/_topbar.scss

index 1fd5b73..7deb531 100644 (file)
@@ -75,7 +75,7 @@
                             text-decoration: none;
                             &:hover {
                                 background: $white;
-                                color: $bri-blue;
+                                color: $l-blue;
                             }
                         }
                     }