From a9f220e596edffbe139da90e620f11c9afe94116 Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Mon, 29 Jun 2026 23:22:21 +0200 Subject: [PATCH] Ajustement mineur du style --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 6f352b5..ae6ae9d 100644 --- a/css/style.css +++ b/css/style.css @@ -13,6 +13,8 @@ body { align-items: stretch; min-height: 100vh; + + background: black; } body > * { @@ -74,6 +76,10 @@ body > hr { z-index: -1; } +.leaflet-container { + background: #3f3f3f; +} + .leaflet-container .leaflet-control-attribution { background: rgba(0, 0, 0, 0.5); color: white;