From 1e3c22c1597493c288de6b7e13a2d412160c9cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Wed, 15 Apr 2020 19:47:23 +0200 Subject: Fix wiki links, make red links red --- htdocs/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'htdocs') diff --git a/htdocs/index.html b/htdocs/index.html index f4fda26..f2e332f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -27,6 +27,9 @@ color: white; text-shadow: 0px 0px 5px black; } + a.new { + color: red; + } -- cgit v1.2.3