From 4ef0b3f85af5db54ae592af50470e1c15e690568 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 11 May 2026 22:27:25 -0400 Subject: [PATCH] Fix inheritance of font-color --- layouts/shortcodes/git-heatmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/git-heatmap.html b/layouts/shortcodes/git-heatmap.html index c4e78d0..1a65e5b 100644 --- a/layouts/shortcodes/git-heatmap.html +++ b/layouts/shortcodes/git-heatmap.html @@ -8,7 +8,7 @@ --color-mid: {{ $p.color_mid }}; --color-high: {{ $p.color_high }}; } -#heatmap text { font-family: inherit; fill: inherit; } +#heatmap text { font-family: inherit; fill: currentColor; } #tooltip { position: fixed; background: #333;