From 80cbf81a818d42447f8d466b6f47eb64f7b3c445 Mon Sep 17 00:00:00 2001 From: g_it Date: Sat, 14 Mar 2026 23:15:15 +0100 Subject: [PATCH] Fix visited links colour and update analytics. --- content/assets/css/theme.css | 9 ++++----- content/overrides/main.html | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/content/assets/css/theme.css b/content/assets/css/theme.css index 1728138..b5dc7d8 100755 --- a/content/assets/css/theme.css +++ b/content/assets/css/theme.css @@ -176,12 +176,11 @@ p { *****************************/ body { - /* align-items: center; */ background-color: var(--neutral-grey); - /* display: flex; */ - /* justify-content: center; - min-height: 100vh; - width: 100%; */ +} + +a:visited { + color: var(--light-grey); } /* Footer */ diff --git a/content/overrides/main.html b/content/overrides/main.html index 9b256f0..0edb410 100755 --- a/content/overrides/main.html +++ b/content/overrides/main.html @@ -28,8 +28,7 @@ {% block analytics %} - + {% endblock %} {% block content %}