From 5c02432ce0ef4d9f907431b625200b0847fce0b2 Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 13:22:53 +0200 Subject: [PATCH] fix: use !important to override Leaflet default grey background --- themes/intotheeast/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index e0dbfd5..66337ed 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -369,7 +369,7 @@ body::after { } /* match CartoDB dark tile background so no grey flash on load/zoom */ -.leaflet-container { background: #1a1a2e; } +.leaflet-container { background: #1a1a2e !important; } .map-empty { display: flex;