fix: white land, blue-gray ocean background
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 11s
Deploy Internet for Kids / Deploy (push) Successful in 7s
Deploy Internet for Kids / Health Check (push) Successful in 3s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 11s
Deploy Internet for Kids / Deploy (push) Successful in 7s
Deploy Internet for Kids / Health Check (push) Successful in 3s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 8s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
.ifk-map-wrap { max-width: 100%; margin: 2rem 0; }
|
.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-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-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 {
|
.ifk-map-legend {
|
||||||
display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
|
display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
|
||||||
margin-top: 1rem; font-size: 0.8rem;
|
margin-top: 1rem; font-size: 0.8rem;
|
||||||
@@ -120,8 +120,8 @@
|
|||||||
var id = String(feature.id).padStart(3, '0');
|
var id = String(feature.id).padStart(3, '0');
|
||||||
var c = byIsoNum[id];
|
var c = byIsoNum[id];
|
||||||
return {
|
return {
|
||||||
fillColor: c ? STATUS_COLORS[c.status] : '#e2e8f0',
|
fillColor: c ? STATUS_COLORS[c.status] : '#ffffff',
|
||||||
fillOpacity: c ? 0.65 : 0.15,
|
fillOpacity: c ? 0.65 : 1,
|
||||||
weight: 0.5,
|
weight: 0.5,
|
||||||
color: '#94a3b8'
|
color: '#94a3b8'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user