From 444fa70a1951fd6868ad5723eedd6832e28bdddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hartmut=20N=C3=B6renberg?= Date: Mon, 6 Apr 2026 10:39:34 +0200 Subject: [PATCH] fix(ui): remove !important amber-50 dark override from globals.css This override was blocking all dark: Tailwind classes on amber-50 elements. Components now use explicit dark:bg-amber-950/30 instead. Co-Authored-By: Claude Sonnet 4.6 --- apps/web/src/app/globals.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index b67eda4..2a20340 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -343,9 +343,6 @@ .dark .text-purple-700 { color: rgb(196 181 253) !important; } -.dark .bg-amber-50 { - background-color: rgb(120 53 15) !important; -} /* Modal / overlay */ .dark .shadow-2xl {