Séparation des outils de la carte et ajout du highlight

This commit is contained in:
EpicKiwi 2026-02-15 13:52:13 +01:00
parent 7c231c8338
commit 3934e86ad1
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
6 changed files with 171 additions and 60 deletions

View file

@ -37,6 +37,7 @@ body, html {
#main-header #logo {
max-height: clamp(2rem, 10vh, 5rem);
filter: drop-shadow(rgba(0,0,0,0.5) 0 0 10px);
}
/* MAP */
@ -65,4 +66,10 @@ body, html {
color: inherit;
text-decoration: underline;
}
}
.map-hilight-area.active {
stroke: #ff4e00;
stroke-width: 5px;
fill: rgba(255, 77, 0, 0.25);
}