fix: dark mode card contrast — elevate bg-white above surface-secondary
All checks were successful
Deploy / deploy (push) Successful in 11s
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user