From bad6cff9b5156460106768d6944bebf4002b42e2 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 21 Sep 2022 15:17:37 +0200 Subject: [PATCH] set visited links to color white --- narrowstyle.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/narrowstyle.css b/narrowstyle.css index 82838c9..fd7e788 100644 --- a/narrowstyle.css +++ b/narrowstyle.css @@ -537,7 +537,9 @@ img { border-radius: 1rem 0.5rem 1rem 0.5rem; } - +a:visited { + color: white; +} /* :::::::::::::::::::::::::::::::::::::::::::::: Responsiveness :::::::::::::::::::::::::::::::::::::::::::::: */