From d61ec0596393e69c0df157ad52c9ee9a67fbd8f1 Mon Sep 17 00:00:00 2001 From: dtonon Date: Tue, 28 Jul 2026 19:51:31 +0200 Subject: [PATCH] Fix dark textareas losing to the forms plugin inside the base layer --- src/routes/layout.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/routes/layout.css b/src/routes/layout.css index 62991c1..3c08d32 100644 --- a/src/routes/layout.css +++ b/src/routes/layout.css @@ -35,14 +35,17 @@ body { /* Form inputs in dark mode — the forms plugin defaults to a white background, which would punch holes through panels. Override at the element level so we don't have to add `dark:bg-neutral-800` to every /