From f5190ea4de6cb29f85d5b8e25331d3608d117795 Mon Sep 17 00:00:00 2001 From: Daniil Fadeev Date: Wed, 12 Apr 2023 12:19:41 +0400 Subject: [PATCH] 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 --- templates/zerver/emails/email.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/zerver/emails/email.css b/templates/zerver/emails/email.css index 0cac221f66..c3e4f5f506 100644 --- a/templates/zerver/emails/email.css +++ b/templates/zerver/emails/email.css @@ -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,