Force dark content card text white

This commit is contained in:
2026-06-18 12:35:29 +02:00
parent eb2624115d
commit 6f6dd21c51
+2 -2
View File
@@ -30,12 +30,12 @@
}
.sg-card.sg-card--content-card-dark .sg-card-segment--body {
color: var(--text-card-header);
color: var(--color-font-light);
}
.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column,
.sg-card.sg-card--content-card-dark .sg-body {
color: var(--text-card-header);
color: var(--color-font-light);
}
.sg-card.sg-card--overlay-host {