From 137b1363f34447be587c97a1649b2b5701041301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 1 May 2019 14:03:52 +0200 Subject: Change .hidelink to color: inherit. --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 744912a0..557aaa69 100644 --- a/static/style.css +++ b/static/style.css @@ -77,7 +77,7 @@ } .hidelink { - color: black; + color: inherit; text-decoration: none; } -- cgit v1.2.3