fix: red error banner readable in light mode
This commit is contained in:
@ -238,6 +238,26 @@
|
|||||||
color: #9f1239 !important;
|
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 {
|
:root.light .bg-cyan-950\/40 {
|
||||||
background-color: #cffafe !important;
|
background-color: #cffafe !important;
|
||||||
border-color: #67e8f9 !important;
|
border-color: #67e8f9 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user