Set white notification header text to dark

This commit is contained in:
2026-05-28 10:29:09 +02:00
parent 6ecedc90a8
commit d1a30c726e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -111,6 +111,10 @@
background: var(--surface-object-card-lower-segment);
}
.sg-card-segment--text-dark {
color: var(--text-card-body);
}
.sg-card--content-card {
--surface-card-header-primary: var(--surface-content-block-card-title);
--surface-card-body: var(--surface-content-block-card-content);