fix: Leaflet void background matches CartoDB ocean color (#0d0d17)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RB86BaJBG3eGiMdfhmHRrQ
This commit is contained in:
2026-06-19 20:50:58 +02:00
parent 69c9f4f939
commit 11224289de
+1 -1
View File
@@ -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;