Fix inheritance of font-color

This commit is contained in:
Alex Selimov 2026-05-11 22:27:25 -04:00
parent 9822d24fa3
commit 4ef0b3f85a

View file

@ -8,7 +8,7 @@
--color-mid: {{ $p.color_mid }}; --color-mid: {{ $p.color_mid }};
--color-high: {{ $p.color_high }}; --color-high: {{ $p.color_high }};
} }
#heatmap text { font-family: inherit; fill: inherit; } #heatmap text { font-family: inherit; fill: currentColor; }
#tooltip { #tooltip {
position: fixed; position: fixed;
background: #333; background: #333;