From 219292ea6c92ffbaa80b773057c7b68c1420ae0a Mon Sep 17 00:00:00 2001 From: billisdead Date: Tue, 23 Jun 2026 17:30:10 +0200 Subject: [PATCH] Fix dark mode on synthesis panel and static pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Synthesis column: bg-[#F9F7F1] → dark:bg-card; noise overlay mix-blend-multiply → dark:mix-blend-overlay (avoids darkening an already dark background) - Mobile tab button active synthesis state: same bg fix - Submission alert (error): add dark:bg-amber-950/40 dark:text-amber-200 dark:border-amber-800/50 - not-found.tsx: bg-gray-50 → dark:bg-background; text colors use semantic tokens (text-foreground, text-muted-foreground) - flyer.tsx: control bar bg-white → dark:bg-card; printable flyer stays white intentionally Co-Authored-By: Claude Sonnet 4.6 --- artifacts/voix-du-peuple/src/pages/flyer.tsx | 2 +- artifacts/voix-du-peuple/src/pages/home.tsx | 8 ++++---- artifacts/voix-du-peuple/src/pages/not-found.tsx | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/artifacts/voix-du-peuple/src/pages/flyer.tsx b/artifacts/voix-du-peuple/src/pages/flyer.tsx index 1ae7660..8a44ce9 100644 --- a/artifacts/voix-du-peuple/src/pages/flyer.tsx +++ b/artifacts/voix-du-peuple/src/pages/flyer.tsx @@ -15,7 +15,7 @@ export default function Flyer() {
{/* Barre de contrôle — masquée à l'impression */} -
+
diff --git a/artifacts/voix-du-peuple/src/pages/home.tsx b/artifacts/voix-du-peuple/src/pages/home.tsx index 912626f..28bef42 100644 --- a/artifacts/voix-du-peuple/src/pages/home.tsx +++ b/artifacts/voix-du-peuple/src/pages/home.tsx @@ -331,7 +331,7 @@ export default function Home() { Proposer
{/* Colonne droite : synthèse vivante */} -
+
+
-

404 — Page introuvable

+

404 — Page introuvable

-

+

Cette page n'existe pas.