Fix Decap CMS entry card text colors

Ensure all text inside list cards (BLOCKERS, BACKLOG, etc.)
is light colored on dark background.

Chronicler #66
This commit is contained in:
Claude
2026-04-07 17:41:22 +00:00
parent b24fc184c9
commit 45e33ba275

View File

@@ -158,6 +158,21 @@
margin: 8px 0 !important;
}
/* Ensure all text inside cards is light */
[class*="ListCard"] *,
[class*="EntryCard"] *,
[class*="ListItemTopBar"] *,
[class*="NestedCollection"] *,
[class*="ListCard"] span,
[class*="ListCard"] div,
[class*="ListCard"] a,
[class*="ListCard"] h2,
[class*="ListCard"] h3,
[class*="ListCard"] p {
color: var(--ff-text) !important;
background: transparent !important;
}
[class*="ListCard"]:hover,
[class*="EntryCard"]:hover,
li[class*="Entry"]:hover {