From f12142b63f345a4e1ec0db5b0210559761621edb Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 5 Jul 2025 19:27:16 -0400 Subject: [PATCH] Fix theme flash between pages (FOUC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add inline script to apply theme immediately in head - Prevents flash of light mode before auto/dark theme applies - Script runs before DOM parsing to avoid visual flicker - Applied to all pages: index, admin, and privacy 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- public/admin.html | 7 +++++++ public/index.html | 7 +++++++ public/privacy.html | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/public/admin.html b/public/admin.html index 0fb381a..2250b26 100644 --- a/public/admin.html +++ b/public/admin.html @@ -7,6 +7,13 @@ +
diff --git a/public/index.html b/public/index.html index 61bbf3c..f504b33 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,13 @@ +
diff --git a/public/privacy.html b/public/privacy.html index 1e8d6df..a2cbb5d 100644 --- a/public/privacy.html +++ b/public/privacy.html @@ -7,6 +7,13 @@ +