From 733dfc7f1161a6a3f67de8fb989fed0c25de5a27 Mon Sep 17 00:00:00 2001 From: Francesc Arpi Roca Date: Sat, 11 Jul 2026 09:41:17 +0200 Subject: [PATCH 1/2] fix: force light color-scheme on pretalx-schedule to fix dark modal backgrounds --- src/components/ProgramaPage.astro | 2 +- src/pages/[lang]/programa.astro | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/src/components/ProgramaPage.astro b/src/components/ProgramaPage.astro index 6c9da84..4d7b62b 100644 --- a/src/components/ProgramaPage.astro +++ b/src/components/ProgramaPage.astro @@ -18,7 +18,7 @@ const menuT = menuTexts[lang as keyof typeof menuTexts] event-url="https://pretalx.com/pycones-2026/" locale={t.locale} format="grid" - style="--pretalx-clr-primary: #03004b"> + style="--pretalx-clr-primary: #03004b; color-scheme: light">