From 11224289de195d954fe269c5d85facf1b0afda6f Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 20:50:58 +0200 Subject: [PATCH] fix: Leaflet void background matches CartoDB ocean color (#0d0d17) Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01RB86BaJBG3eGiMdfhmHRrQ --- 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 5d330bb..49f9ee4 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 !important; } +.leaflet-container { background: #0d0d17 !important; } .map-empty { display: flex;