From 576e19e4e903b34751cc7a7126e33a2d48dd6bca Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 29 Oct 2024 16:39:23 +0100 Subject: [PATCH] color --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f95edda..0a5cd31 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,10 @@ h3 { font-size: x-large; } +a:not(:visited) { + color: var(--main-a-color); +} + a.button { font-style: normal ;