Fixed tracks fill

*Fixed tracks not having transparent fill
This commit is contained in:
izawartka 2025-06-17 14:08:56 +02:00
parent 096e03fee6
commit d2fc76679a

View File

@ -8,10 +8,12 @@
.map svg path.track {
stroke-width: 1.44px;
fill: transparent;
}
.map svg path.track-unscaled {
stroke-width: 1px;
fill: transparent;
vector-effect: non-scaling-stroke;
}