From cc319103ac01335f5f24759fbb4cd117abbfb5ce Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 14:57:32 +0200 Subject: [PATCH] improved footer a:hover --- www/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.7.4