From a3d1e18a376f9b45dda71931298ebb93f89f009b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 30 Nov 2025 10:23:53 -0500 Subject: [PATCH] Fix light mode flash on chat page Add inline script at top of base.html to set theme immediately before any rendering occurs. Prevents white flash when loading chat and other pages that extend base.html in dark mode. --- templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base.html b/templates/base.html index 39183f8..8e6fba0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,13 @@ {% block title %}Chatroom{% endblock %} +