Skip to content

Commit

Permalink
enforce black text
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Oct 29, 2024
1 parent 26fc5b3 commit 08b431c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/emails/components/EmailHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export type Props = {

export const EmailHero = (props: Props) => {
const l10n = props.l10n;
// Currently <EmailHero> is only used in the redesigned breach alert email,
// which sets a utmContentSuffix:
/* c8 ignore next */
const utmContentSuffix = props.utmContentSuffix ?? "";

Expand Down
6 changes: 2 additions & 4 deletions src/emails/templates/HeaderStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@ export const HeaderStyles = () => {
background-image: url(${process.env.SERVER_URL}/images/email/footer-bg-shapes.png);
background-position: center bottom;
background-repeat: no-repeat;
color: #000000;
background: #fffff;
color: #000000 !important;
}
.hero_background {
background-image: url(${process.env.SERVER_URL}/images/email/hero-bg-gradient.png);
background-repeat: repeat;
background-position-x: 0;
background-color: #e4d2ff;
color: #ffffff;
color: #000000 !important;
}
`;

Expand Down

0 comments on commit 08b431c

Please sign in to comment.