From 3e957c3742892aeb9c7bd248bc074e73512fef6c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 11:54:28 +0200 Subject: [PATCH] no style for h1 a --- www/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.7.4