style update for top links
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Aug 2014 19:36:19 +0000 (15:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 19 Aug 2014 19:36:19 +0000 (15:36 -0400)
make color orange and hover color blue

styles.css

index ee5f41c..ec3f1d4 100644 (file)
@@ -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;