From 2eef8fbf9aff01afba6307a05de7e0dc237703ab Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 20:54:22 +0200 Subject: [PATCH] fix: Leaflet void background corrected to actual CartoDB ocean color (#282828) 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 49f9ee4..2d490da 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: #0d0d17 !important; } +.leaflet-container { background: #282828 !important; } .map-empty { display: flex;