Set font color to parent for labels
This commit is contained in:
parent
2c1f8b45b3
commit
9822d24fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue