From ece9ae91d556238f516cf50798135c4cbc9c33ad Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 6 Jun 2025 11:54:39 +0200 Subject: [PATCH] change border color on map --- templates/admin/stats.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/stats.html.twig b/templates/admin/stats.html.twig index 8f35449..61acb2c 100644 --- a/templates/admin/stats.html.twig +++ b/templates/admin/stats.html.twig @@ -254,8 +254,8 @@ out skel qt;`; 'type': 'line', 'source': 'completion-circles', 'paint': { - 'line-color': '#0f0', - 'line-width': 3 + 'line-color': 'rgba(100,100,100,0.5)', + 'line-width': 2 } });