From c7b297eeb971bdbd7905e03fe18ca7d88941cf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Mon, 29 Aug 2016 18:30:07 +0200 Subject: [PATCH] Make headers appear black, even when they are links. --- www/css/events.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/css/events.css b/www/css/events.css index ed3c5dc..7723024 100644 --- a/www/css/events.css +++ b/www/css/events.css @@ -1,3 +1,10 @@ +h2 a { + color: black; + text-decoration: none; +} +h2 a:hover { + text-decoration: underline; +} h2 em { display: inline-block; color: gray;