Fixing some style leaking in Firefox

This commit is contained in:
Jeff Avallone 2017-07-30 01:40:25 -04:00
parent 04a7f45dbd
commit a42ecb9c36
1 changed files with 4 additions and 3 deletions

View File

@ -4,17 +4,18 @@ svg {
background-color: $white;
}
text, tspan {
.root text,
.root tspan {
font: 12px Arial;
}
path {
.root path {
fill-opacity: 0;
stroke-width: 2px;
stroke: $black;
}
circle {
.root circle {
fill: $gray;
stroke-width: 2px;
stroke: $black;