From adf51d7bf10a01f700e41457303a755326f0c13d Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Fri, 3 Apr 2026 16:03:23 +0300 Subject: [PATCH] fix: darken land background (#eaeaea) Co-Authored-By: Claude Opus 4.6 (1M context) --- layouts/shortcodes/world-map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/world-map.html b/layouts/shortcodes/world-map.html index f883776..5d99c19 100644 --- a/layouts/shortcodes/world-map.html +++ b/layouts/shortcodes/world-map.html @@ -69,7 +69,7 @@ function ifkInitMap() { var style = window._ifkMap.getStyle(); style.layers.forEach(function(l) { if (l.id === 'background') { - window._ifkMap.setPaintProperty(l.id, 'background-color', '#ffffff'); + window._ifkMap.setPaintProperty(l.id, 'background-color', '#eaeaea'); return; } if (l.type === 'fill' && l.id.indexOf('water') >= 0) {