improved footer a:hover
authorJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 12:57:32 +0000 (14:57 +0200)
committerJean-Philippe Orsini <orsinije@fr.ibm.com>
Tue, 12 Jul 2016 12:57:32 +0000 (14:57 +0200)
www/style.css

index b415836..139da98 100644 (file)
@@ -34,6 +34,10 @@ footer a, footer a:visited {
         text-decoration: none;
 }
 
+footer a:hover {
+        text-decoration: underline;
+}
+
 footer a, footer a:visited, footer a:hover {
         color: white;
 }