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;