From af26e08b90d71a470321ec4814850276aa4c02da Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 15 Oct 2021 12:24:58 +0200 Subject: [PATCH] Disable special coloring on visited links --- server/templates/macros.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 3c7e149..758fede 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -7,9 +7,11 @@ } a:link { text-decoration: none; + color: blue; } a:visited { text-decoration: none; + color: blue; } a:hover { text-decoration: none;