make the hovered nav bar link text white
authorAndrew Engelbrecht <andrew@fsf.org>
Sat, 19 Mar 2022 11:10:29 +0000 (07:10 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Sat, 19 Mar 2022 11:10:29 +0000 (07:10 -0400)
2022/assets/css/custom.css

index a8e65a0fa328b0f2890ede83e0a4b9f80c8df75c..b98ad56268e093128abc9e9fc9fd06601e37cc9a 100644 (file)
@@ -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;