From 40f7c6cfd5cc6ab8cbc9aff7a4368c18bd917bbb Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 15 Nov 2025 23:13:04 +0800 Subject: [PATCH] one color for links even when already visited --- stylesheet/root.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/stylesheet/root.css b/stylesheet/root.css index b86234f..ba6b5b1 100644 --- a/stylesheet/root.css +++ b/stylesheet/root.css @@ -7,6 +7,3 @@ body { a { color: yellow; } -a:visited { - color: green; -} -- 2.39.5