From 4c0b2e1b4a193e373472e0b635882c60c7945205 Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Tue, 24 Dec 2024 13:57:47 -0500 Subject: [PATCH] Fix h2 color (#3091) --- www/themes/htmx-theme/static/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/themes/htmx-theme/static/css/site.css b/www/themes/htmx-theme/static/css/site.css index b4890ae46..cf7b42df3 100644 --- a/www/themes/htmx-theme/static/css/site.css +++ b/www/themes/htmx-theme/static/css/site.css @@ -575,7 +575,7 @@ pre[class|="language"] { color: lightgray; } .zola-anchor { - color: var(--anchorColor); + color: var(--textColor); } .zola-anchor:hover::after {