diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index c1f59c6..c8308e4 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -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; }