From 7036589a4497ecb9835f0b9dd7f80250d731e109 Mon Sep 17 00:00:00 2001 From: evlist Date: Sun, 2 Oct 2022 22:05:00 +0200 Subject: [PATCH] Changing the stroke wdith for the tracks. --- src/theme/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/map.css b/src/theme/map.css index f0a63b6..f6f30bd 100644 --- a/src/theme/map.css +++ b/src/theme/map.css @@ -29,7 +29,7 @@ ion-button.get-location { path.track { fill: transparent; - stroke-width: 4px; + stroke-width: 2px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke;