From 169fd00d4116cb52d3cb4fecf53d26a87b157d24 Mon Sep 17 00:00:00 2001 From: nocci Date: Sat, 6 Dec 2025 14:22:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(template):=20ensure=20tailwi?= =?UTF-8?q?nd=20global=20variable=20is=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add window.tailwind assignment for compatibility with Tailwind CDN - duplicate darkMode configuration script for consistent theme application --- app/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 6c1c047..13a4e3f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -11,6 +11,11 @@ +