diff --git a/css/map.css b/css/map.css index 5e70a6760..46df73da6 100644 --- a/css/map.css +++ b/css/map.css @@ -1051,9 +1051,9 @@ text.point { /* GPX Paths */ path.gpx { - stroke:#6AFF25; - stroke-width:2; - fill:transparent; + stroke: #6AFF25; + stroke-width: 2; + fill: none; pointer-events: none; }