Fix dark footer text color

This commit is contained in:
2026-06-18 12:32:23 +02:00
parent f96b6349d6
commit eb2624115d
3 changed files with 19 additions and 18 deletions
+5
View File
@@ -33,6 +33,11 @@
color: var(--text-card-header);
}
.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);
}
.sg-card.sg-card--overlay-host {
overflow: visible;
}