From 7e23b8b210027e38585175e05cfa04d3d0115a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 6 Mar 2021 11:19:53 +0100 Subject: [PATCH] tone down link visited colors --- templates/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/main.css b/templates/main.css index d127905..e5c41fd 100644 --- a/templates/main.css +++ b/templates/main.css @@ -37,6 +37,10 @@ pre { word-wrap: normal; } +a:visited { + color: darkblue; +} + li { margin: .15em 0; } @@ -148,7 +152,7 @@ main footer { } a:visited { - color: #9e94d6; + color: #3d9bb3; } nav h1 a {