From: bochard Date: Sat, 15 Nov 2025 15:13:04 +0000 (+0800) Subject: one color for links even when already visited X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=40f7c6cfd5cc6ab8cbc9aff7a4368c18bd917bbb;p=mysite.git one color for links even when already visited --- 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; -}