Make dark content card text white

This commit is contained in:
2026-06-18 12:30:06 +02:00
parent c86c52c4f7
commit f96b6349d6
+4
View File
@@ -29,6 +29,10 @@
--text-card-body: var(--text-card-header);
}
.sg-card.sg-card--content-card-dark .sg-card-segment--body {
color: var(--text-card-header);
}
.sg-card.sg-card--overlay-host {
overflow: visible;
}