From: Steve Sutton Date: Tue, 19 Aug 2014 19:36:19 +0000 (-0400) Subject: style update for top links X-Git-Tag: V1.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a731e0a781c2d72a36ebe53f431cf8ff911c01d6;p=web%2FKeweenaw.git style update for top links make color orange and hover color blue --- diff --git a/styles.css b/styles.css index ee5f41c..ec3f1d4 100644 --- a/styles.css +++ b/styles.css @@ -197,10 +197,10 @@ header .global-nav { font-family: "Helvetica"; } header .global-nav a { - color: white; + color: #f27225; } header .global-nav a:hover { - color: #f27225; + color: #008cba; } header .global-nav li { display: inline-block;