dyomedea/src/components/map/Trkseg.module.css

9 lines
173 B
CSS
Raw Normal View History

2022-11-17 11:55:00 +00:00
.track {
fill: transparent;
stroke-width: 2px;
stroke-linecap: round;
stroke-linejoin: round;
stroke: rgba(10, 1, 51, 0.8);
vector-effect: non-scaling-stroke;
}