From 906047e98c03ebc90f169713989a3f5e6a752aed Mon Sep 17 00:00:00 2001 From: "@s.roertgen" Date: Wed, 30 Apr 2025 12:32:58 +0200 Subject: [PATCH] enable light mode only --- src/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 9e929be..f24eab3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,5 +1,7 @@ @import 'tailwindcss'; -@plugin "daisyui"; +@plugin "daisyui" { + themes: light +} body, html, body > div {