From 668b0f6b23d268ddba5ed236953b9682e5c36219 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sat, 23 May 2026 19:59:12 +0200 Subject: [PATCH] clearer path names --- website/src/lib/assets/custom/topo.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/website/src/lib/assets/custom/topo.json b/website/src/lib/assets/custom/topo.json index f3ef43010..c439d82b8 100644 --- a/website/src/lib/assets/custom/topo.json +++ b/website/src/lib/assets/custom/topo.json @@ -2542,9 +2542,10 @@ "text-size": ["interpolate", ["linear"], ["zoom"], 13, 12, 14, 13] }, "paint": { - "text-color": "hsl(30,23%,62%)", - "text-halo-color": "#f8f4f0", - "text-halo-width": 0.5 + "text-color": "#666", + "text-halo-color": "#fff", + "text-halo-blur": 0.5, + "text-halo-width": 1 } }, { @@ -2578,6 +2579,7 @@ }, "paint": { "text-color": "#666", + "text-halo-color": "#fff", "text-halo-blur": 0.5, "text-halo-width": 1 } @@ -2609,6 +2611,7 @@ }, "paint": { "text-color": "#666", + "text-halo-color": "#fff", "text-halo-blur": 0.5, "text-halo-width": 1 }