From efbcc2b9ff1629e0c1365ad9c93c51d34c256bb9 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 20 Nov 2018 17:50:30 -0500 Subject: [PATCH] changed color of header links on main page of /v9/ --- v9/css/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v9/css/master.css b/v9/css/master.css index 667ae0e..bdcd3b0 100644 --- a/v9/css/master.css +++ b/v9/css/master.css @@ -616,7 +616,7 @@ footer a:hover { .navbar-default .navbar-nav > li > a { padding: 7px; - color: #2caf8f; + color: #333; } .navbar li { -- 2.25.1