Restore black email footer with small text

This commit is contained in:
2026-08-09 09:08:58 +02:00
parent 6e6d49f460
commit d214c21a4b
2 changed files with 5 additions and 7 deletions
+4 -4
View File
@@ -53,6 +53,10 @@
margin-top: calc(var(--spacing-large) * 2);
}
.sg-email-footer-card .sg-body {
font-size: var(--font-size-small);
}
.sg-email-card .sg-card-segment--body > .sg-body {
color: var(--text-card-body);
}
@@ -64,7 +68,3 @@
.sg-email-template > .sg-heading-h1 {
color: var(--text-card-body);
}
.sg-email-template > .sg-email-template__intro {
color: var(--text-card-body);
}