fix: dark mode card contrast — elevate bg-white above surface-secondary
All checks were successful
Deploy / deploy (push) Successful in 11s

Cards (bg-white → #22223a) now sit visibly above kanban columns
and section backgrounds (surface-secondary → #1c1c2a).

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

View File

@@ -85,11 +85,11 @@
z-index: 0;
}
/* ─── Every white surface → dark ─────────────── */
/* ─── Every white surface → elevated dark ────── */
.dark .bg-white,
.dark .bg-\[\#fff\],
.dark .bg-\[\#ffffff\] {
background-color: #1c1c2a !important;
background-color: #22223a !important;
}
.dark .bg-gray-50 { background-color: #15151e !important; }
.dark .bg-gray-100 { background-color: #1c1c2a !important; }