deployment prep

This commit is contained in:
Simon Martens
2025-09-30 12:21:57 +02:00
parent fb7231248c
commit 4218db49b5
10 changed files with 63 additions and 15 deletions

View File

@@ -623,7 +623,7 @@ export class PlacesMap extends HTMLElement {
setPointActive(circle) {
// Active state: darker red circle with wider dark border and small shadow
circle.setAttribute("r", "0.8"); // Bigger radius in % units
circle.setAttribute("r", "0.6"); // Bigger radius in % units
circle.setAttribute("fill", "#dc2626");
circle.setAttribute("stroke", "#b91c1c");
circle.setAttribute("stroke-width", "0.12");