mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
deployment prep
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user