fix: solid dark toast backgrounds — no transparency
All checks were successful
Deploy / deploy (push) Successful in 12s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-04 17:40:51 +03:00
parent 1c10f79036
commit e8539af4f7

View File

@@ -227,6 +227,16 @@
/* ─── White/light text overrides on colored badges ── */
.dark .bg-white\/90 { background-color: rgba(28, 28, 42, 0.9) !important; }
/* ─── Toasts — solid backgrounds, no transparency ── */
.dark .bg-emerald-50.border-emerald-200 { background-color: #132a1e !important; border-color: #1a4a2e !important; }
.dark .bg-red-50.border-red-200 { background-color: #2a1318 !important; border-color: #4a1a22 !important; }
.dark .bg-blue-50.border-blue-200 { background-color: #131d2a !important; border-color: #1a2e4a !important; }
.dark .bg-amber-50.border-amber-200 { background-color: #2a2213 !important; border-color: #4a3a1a !important; }
.dark .text-emerald-800 { color: #6ee7b7 !important; }
.dark .text-red-800 { color: #fca5a5 !important; }
.dark .text-blue-800 { color: #93c5fd !important; }
.dark .text-amber-800 { color: #fcd34d !important; }
/* ─── Selection ──────────────────────────────── */
.dark ::selection {
background: rgba(139, 92, 246, 0.4);