Set light green notification text to white

This commit is contained in:
2026-06-27 07:47:44 +02:00
parent a161b44ff6
commit 328eeedf4b
+2 -2
View File
@@ -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 {