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;