From: Andrew Engelbrecht Date: Mon, 21 Oct 2019 21:32:20 +0000 (-0400) Subject: back to the original yellow link color X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=d35bbf796b6328e42dcbb5c2cb21e59d7d6aa5db;hp=0b5c01d87018761d4bd0bc429f756c720355fbb7;ds=sidebyside back to the original yellow link color --- 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; }