From a731e0a781c2d72a36ebe53f431cf8ff911c01d6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Aug 2014 15:36:19 -0400 Subject: [PATCH] style update for top links make color orange and hover color blue --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1