From e947ff0d2fc0e8e3debb9a94e0b03deb671d45cd Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Mon, 20 Apr 2026 14:36:40 +0200 Subject: [PATCH] Restore original WEA symbol style while keeping new POI/UW circular zap style --- index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ebee19f..9783e87 100644 --- a/index.html +++ b/index.html @@ -400,7 +400,18 @@ height: 20px; } - .anlage-icon, .nvp-icon, .infrastructure-icon { + .anlage-icon { + background: #005d78; + color: white; + border: 2px solid white; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + box-shadow: 0 2px 4px rgba(0,0,0,0.3); + } + + .nvp-icon, .infrastructure-icon { background: #005d78; color: white; border: 2px solid white;