Skip to content

Commit

Permalink
pair bg with color
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Oct 29, 2024
1 parent f4154df commit 1d1c396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/emails/templates/HeaderStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ export const HeaderStyles = () => {
background-position: center bottom;
background-repeat: no-repeat;
color: #000000;
background: #fffff;
}
.hero_background {
background-image: url(${process.env.SERVER_URL}/images/email/hero-bg-gradient.png);
background-repeat: repeat;
background-color: #e4d2ff;
background-position-x: 0;
background-color: #e4d2ff;
color: #ffffff;
}
Expand Down

0 comments on commit 1d1c396

Please sign in to comment.