fix: red error banner readable in light mode

This commit is contained in:
Brückner
2026-06-04 14:26:32 +02:00
parent e13e11ce6a
commit b223e6dfe9

View File

@ -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;