From 98976a3c2eae94959e66fb3067673a5cc98a9937 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Thu, 18 Jan 2024 18:30:21 +0100 Subject: [PATCH] make calendar links visible --- themes/hugo-theme-flat/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index d06a95a..d02d349 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -536,7 +536,7 @@ a.external:after { } .side a { - color: var(--color-fg-font-normal); + color: var(--color-dark-fg-font-hyper-hover); text-decoration: none; } .side a:hover {