feat: add svg hover highlight

This commit is contained in:
Your Name
2025-10-14 08:26:54 -06:00
parent 9bb7ae7213
commit cfe891f6b0
2 changed files with 18 additions and 0 deletions

View File

@@ -52,6 +52,9 @@
height: 100%;
cursor: crosshair;
}
.map-container svg .hover-highlight {
filter: drop-shadow(0 0 6px rgba(14, 165, 233, 0.75));
}
.map-overlay {
position: absolute;
inset: 0;