From 9822d24fa33573267d59d49a78290d75f4d8f771 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 11 May 2026 22:25:00 -0400 Subject: [PATCH] Set font color to parent for labels --- 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 67af95f..c4e78d0 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; } +#heatmap text { font-family: inherit; fill: inherit; } #tooltip { position: fixed; background: #333;