emails: Fix footer styling.

This issue was introduced after we changed the library we use for
inlining CSS into email HTML. For some reason, the styles in
email.css were not applied earlier but were applied after we
migrated to css-inline. With this commit, we have fixed the
regression in footer styles.

Fixes part of #25083
This commit is contained in:
Daniil Fadeev 2023-04-12 12:19:41 +04:00 committed by Tim Abbott
parent b07bc23e07
commit f5190ea4de
1 changed files with 1 additions and 7 deletions

View File

@ -87,18 +87,12 @@ table td {
}
.footer td,
.footer p,
.footer span,
.footer a {
.footer span {
color: #5f5ec7;
font-size: 12px;
text-align: center;
}
.footer .content-block p {
margin-top: 0;
}
h1,
h2,
h3,