From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 12:57:32 +0000 (+0200) Subject: improved footer a:hover X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=cc319103ac01335f5f24759fbb4cd117abbfb5ce improved footer a:hover --- diff --git a/www/style.css b/www/style.css index b415836..139da98 100644 --- a/www/style.css +++ b/www/style.css @@ -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; }