From 2c8ac872cbb530e6904bc78e1d664576b4139d7b Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 24 Oct 2021 22:24:29 +0200 Subject: [PATCH] macros.htm: Colorize links darkblue instead of blue --- server/templates/macros.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/templates/macros.htm b/server/templates/macros.htm index 71e2d41..e558afd 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -10,11 +10,11 @@ } a:link { text-decoration: none; - color: blue; + color: darkblue; } a:visited { text-decoration: none; - color: blue; + color: darkblue; } a:hover { text-decoration: none;