From d35bbf796b6328e42dcbb5c2cb21e59d7d6aa5db Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 21 Oct 2019 17:32:20 -0400 Subject: [PATCH] back to the original yellow link color --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 70d9cde..2b66a20 100644 --- a/css/style.css +++ b/css/style.css @@ -156,9 +156,9 @@ h2.block-title a:hover { .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li > a:hover { - color: #DDCC00; + color: #edd400; background: #000; - border-bottom: 2px solid #DDCC00; + border-bottom: 2px solid #edd400; padding-bottom: 5px; margin-bottom: 10px; } @@ -877,7 +877,7 @@ nav .search-block-form { width: 100%; } -.footer a { color: #DDCC00; } +.footer a { color: #edd400; } .footer a:hover { color: #FFF; } -- 2.25.1