mirror of https://github.com/zulip/zulip.git
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:
parent
b07bc23e07
commit
f5190ea4de
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue