From 328eeedf4b0ae340a67586e4e90c16ebd6f3d9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 27 Jun 2026 07:47:44 +0200 Subject: [PATCH] Set light green notification text to 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 c460fa4..94b2d56 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -153,8 +153,8 @@ } .sg-card.sg-card--notification-signal-green-light { - --text-card-header: var(--color-font-dark); - --text-card-body: var(--color-font-dark); + --text-card-header: var(--color-font-light); + --text-card-body: var(--color-font-light); } .sg-card--content-card {