Fix inheritance of font-color
This commit is contained in:
parent
9822d24fa3
commit
4ef0b3f85a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue