From a1cd3251cd2b7d7aca610696ef338c5d01fdce2e Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 30 Nov 2025 18:05:01 +0100 Subject: [PATCH] fix: theme mode not correctly applied if selected manually --- frontend/src/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app.css b/frontend/src/app.css index 19e5f8d2..d120917c 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -1,6 +1,8 @@ @import 'tailwindcss'; @import 'tw-animate-css'; +@variant dark (&:where(.dark, .dark *)); + /* The default border color has changed to `currentcolor` in Tailwind CSS v4, so we've added these compatibility styles to make sure everything still