Ajustement mineur du style

This commit is contained in:
EpicKiwi 2026-06-29 23:22:21 +02:00
parent 17a93f3dbc
commit a9f220e596
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE

View file

@ -13,6 +13,8 @@ body {
align-items: stretch; align-items: stretch;
min-height: 100vh; min-height: 100vh;
background: black;
} }
body > * { body > * {
@ -74,6 +76,10 @@ body > hr {
z-index: -1; z-index: -1;
} }
.leaflet-container {
background: #3f3f3f;
}
.leaflet-container .leaflet-control-attribution { .leaflet-container .leaflet-control-attribution {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
color: white; color: white;