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;