From 6f6dd21c515ee2a910bd44b2278ad1748a2effb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 18 Jun 2026 12:35:29 +0200 Subject: [PATCH] Force dark content card text white --- styles/40-components-cards.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index d8c57a1..bc02601 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -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 {