From: Andrew Engelbrecht Date: Sat, 19 Mar 2022 11:10:29 +0000 (-0400) Subject: make the hovered nav bar link text white X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=33a8f424e2ad0c06f8748c7118a303e0fa85b6ea;p=libreplanet-static.git make the hovered nav bar link text white --- diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css index a8e65a0f..b98ad562 100644 --- a/2022/assets/css/custom.css +++ b/2022/assets/css/custom.css @@ -831,6 +831,9 @@ hr { border-bottom: none; color:#510f01 !important; } +.nav > li > a:hover { + color:#ffffff !important; +} .nav > li.fsf-donate > a { background-color: #602217;