From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 09:54:28 +0000 (+0200) Subject: no style for h1 a X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=3e957c3742892aeb9c7bd248bc074e73512fef6c no style for h1 a --- diff --git a/www/style.css b/www/style.css index 14d1e66..7b2d34b 100644 --- a/www/style.css +++ b/www/style.css @@ -79,6 +79,11 @@ nav a, nav a:hover, nav a:visited { color: inherit; } +h1 a, h1 a:hover, h1 a:visited { + text-decoration: none; + color: inherit; +} + nav a:hover { border-bottom-style: solid; border-bottom-width: 2px;