From 3377f451404ec2e6cfff378c74630c3694855665 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 10 Jul 2022 13:59:57 +0200 Subject: [PATCH] extended no link style to also match normal links --- css/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/global.css b/css/global.css index 7928023..fb180f1 100644 --- a/css/global.css +++ b/css/global.css @@ -49,7 +49,7 @@ a:link:not(.no-link-style), a:visited:not(.no-link-style) { color: var(--green); } -.no-link-style:visited { +.no-link-style:visited, .no-link-style:link { color: var(--text-color); }