fix: Leaflet void background corrected to actual CartoDB ocean color (#282828)

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:54:22 +02:00
parent 11224289de
commit 2eef8fbf9a
+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: #0d0d17 !important; }
.leaflet-container { background: #282828 !important; }
.map-empty {
display: flex;