diff --git a/layouts/shortcodes/world-map.html b/layouts/shortcodes/world-map.html index 27472a5..ef3dbf3 100644 --- a/layouts/shortcodes/world-map.html +++ b/layouts/shortcodes/world-map.html @@ -6,7 +6,7 @@ .ifk-map-wrap { max-width: 100%; margin: 2rem 0; } .ifk-map-wrap h3 { text-align: center; margin-bottom: 0.5rem; font-size: 1.25rem; } .ifk-map-subtitle { text-align: center; color: #666; font-size: 0.85rem; margin-bottom: 1rem; } -#ifk-world-map { width: 100%; height: 420px; border-radius: 8px; background: #dce4ec; } +#ifk-world-map { width: 100%; height: 420px; border-radius: 8px; background: #c8d3df; } .ifk-map-legend { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1rem; font-size: 0.8rem; @@ -120,8 +120,8 @@ var id = String(feature.id).padStart(3, '0'); var c = byIsoNum[id]; return { - fillColor: c ? STATUS_COLORS[c.status] : '#e2e8f0', - fillOpacity: c ? 0.65 : 0.15, + fillColor: c ? STATUS_COLORS[c.status] : '#ffffff', + fillOpacity: c ? 0.65 : 1, weight: 0.5, color: '#94a3b8' };