From 38f091ba728ec0259ccbe3716e10b60268df32c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 9 Aug 2026 09:43:02 +0400 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20affiche=20en=20permanence=20le?= =?UTF-8?q?s=20labels=20du=20village=20h=C3=A9berg=C3=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 89d6f15077dfce74edbfa17334bda533ec424c69. --- src/lib/components/sections/HostingVillage.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/sections/HostingVillage.svelte b/src/lib/components/sections/HostingVillage.svelte index 02d2208..77dfbe6 100644 --- a/src/lib/components/sections/HostingVillage.svelte +++ b/src/lib/components/sections/HostingVillage.svelte @@ -473,7 +473,7 @@ } .bldg-label { - opacity: 1; + opacity: 0; transition: opacity var(--dur-tanbou) var(--ease-ka); }