From a9867c83d92073b023404fd0b687e40fb69037ec Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:12:23 +0100 Subject: Normalizes anchors better --- public/normalize.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'public/normalize.css') diff --git a/public/normalize.css b/public/normalize.css index af905e9..98e28fa 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -350,8 +350,19 @@ template { display: none; } +a { + color: currentColor; + text-decoration: none; +} + +:link { + color: currentColor; + text-decoration: none; +} + :visited { color: currentColor; + text-decoration: none; } ol { -- cgit v1.2.3