From 533c506eeacf236380749949ffea659773ea4e41 Mon Sep 17 00:00:00 2001
From: Jan-Erik Rediger <janerik@fnordig.de>
Date: Tue, 11 Mar 2025 21:41:18 +0100
Subject: [PATCH] set link color for these links

---
 style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/style.css b/style.css
index ea00cfd..bb79114 100644
--- a/style.css
+++ b/style.css
@@ -343,6 +343,7 @@ table, tr, td { border: none; }
   position: relative;
   z-index: 2;
   text-decoration: none;
+  color: var(--link-color);
 }
 
 .archive-chart li a span:last-child {