From df400a755ece2f9c292cd3391214a52c370be498 Mon Sep 17 00:00:00 2001 From: Kaitlyn Date: Tue, 29 Oct 2024 09:37:07 -0400 Subject: [PATCH] universal selector --- src/emails/templates/EmailFooter.tsx | 37 ++++----------------------- src/emails/templates/HeaderStyles.tsx | 2 +- 2 files changed, 6 insertions(+), 33 deletions(-) diff --git a/src/emails/templates/EmailFooter.tsx b/src/emails/templates/EmailFooter.tsx index 15a1057d88..05dfbd30bb 100644 --- a/src/emails/templates/EmailFooter.tsx +++ b/src/emails/templates/EmailFooter.tsx @@ -31,12 +31,7 @@ export const EmailFooter = (props: Props) => { height="36px" align="center" /> - + {l10n.getString("email-footer-support-heading")} @@ -76,12 +71,7 @@ export const EmailFooter = (props: Props) => { }, )} - + {l10n.getFragment("email-footer-source-hibp", { elems: { "hibp-link": ( @@ -100,20 +90,10 @@ export const EmailFooter = (props: Props) => { width="150px" align="center" /> - + 149 New Montgomery St, 4th Floor, San Francisco, CA 94105 - + {l10n.getString("terms-of-service")} @@ -151,12 +131,7 @@ export const RedesignedEmailFooter = (props: Props) => { height="36px" align="center" /> - + {l10n.getString("email-footer-support-heading")} @@ -183,7 +158,6 @@ export const RedesignedEmailFooter = (props: Props) => { align="center" /> { San Francisco, CA 94105 { background: none; } - p { + * { background: #1e1e1e !important; color: #ffffff !important; }