From 1514d2de7d92abe6f84cf3961b9f9a849f5e6f82 Mon Sep 17 00:00:00 2001 From: g_it Date: Sun, 15 Mar 2026 13:52:20 +0100 Subject: [PATCH] Re-enable right-click protect. --- content/assets/css/theme.css | 2 +- content/overrides/main.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/assets/css/theme.css b/content/assets/css/theme.css index b5dc7d8..e477bc3 100755 --- a/content/assets/css/theme.css +++ b/content/assets/css/theme.css @@ -179,7 +179,7 @@ body { background-color: var(--neutral-grey); } -a:visited { +.md-typeset a:visited { color: var(--light-grey); } diff --git a/content/overrides/main.html b/content/overrides/main.html index 0edb410..5612f44 100755 --- a/content/overrides/main.html +++ b/content/overrides/main.html @@ -49,7 +49,7 @@ {{ super() }} - + {% endblock %}