Smoother stroke edges and different color for GPX tracks

This commit is contained in:
Eric van der Vlist 2022-09-27 09:10:08 +02:00
parent 6e9fc21830
commit 0f0f1c8639
1 changed files with 10 additions and 8 deletions

View File

@ -30,6 +30,8 @@ ion-button.get-location {
.track {
fill: transparent;
stroke-width: 4px;
stroke: green;
stroke: rgba(10, 1, 51,.8);
stroke-linecap: round;
stroke-linejoin: round;
vector-effect: non-scaling-stroke;
}