switch color
authorGreg Farough <gregf@gnu.org>
Wed, 14 Sep 2022 21:29:49 +0000 (17:29 -0400)
committerGreg Farough <gregf@gnu.org>
Wed, 14 Sep 2022 21:29:49 +0000 (17:29 -0400)
2023/assets/css/custom.css

index 429c1cdb117f8f8083e003835eed5b952abb00de..6e22def6070768004fb888c77b6f1f291db2490c 100644 (file)
@@ -229,7 +229,10 @@ code {
 
 /* Links */
 
-a:hover,
+a:hover {
+    color: #978a97;
+    text-decoration: none;
+}
 a:focus {
   color: #5b9bab;
   text-decoration: none;