From d3ef42f04f7f5e9aa386f99842d46616e01d6a27 Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 13:21:50 +0200 Subject: [PATCH] fix: set leaflet-container background to match dark tile color, prevent grey flash --- themes/intotheeast/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index d340c8e..e0dbfd5 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -368,6 +368,9 @@ body::after { width: 100%; } +/* match CartoDB dark tile background so no grey flash on load/zoom */ +.leaflet-container { background: #1a1a2e; } + .map-empty { display: flex; align-items: center;