From b223e6dfe9eac18af6ec6ca672719addde6d116f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=BCckner?= Date: Thu, 4 Jun 2026 14:26:32 +0200 Subject: [PATCH] fix: red error banner readable in light mode --- src/index.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/index.css b/src/index.css index a3891b0..3f54ca7 100644 --- a/src/index.css +++ b/src/index.css @@ -238,6 +238,26 @@ color: #9f1239 !important; } +:root.light .bg-red-950\/60, +:root.light .bg-red-950\/40, +:root.light .bg-red-950\/20 { + background-color: #fee2e2 !important; + border-color: #fca5a5 !important; + color: #b91c1c !important; +} + +:root.light .border-red-800\/60 { + border-color: #fca5a5 !important; +} + +:root.light .text-red-300 { + color: #b91c1c !important; +} + +:root.light .text-red-400 { + color: #dc2626 !important; +} + :root.light .bg-cyan-950\/40 { background-color: #cffafe !important; border-color: #67e8f9 !important;