Set font color to parent for labels

This commit is contained in:
Alex Selimov 2026-05-11 22:25:00 -04:00
parent 2c1f8b45b3
commit 9822d24fa3

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; } #heatmap text { font-family: inherit; fill: inherit; }
#tooltip { #tooltip {
position: fixed; position: fixed;
background: #333; background: #333;