Skip to content

Commit

Permalink
Merge pull request #146 from Tietokilta/feature/correctColours
Browse files Browse the repository at this point in the history
Change email header and title color to black :D
  • Loading branch information
lanttu1243 authored Sep 13, 2024
2 parents 06bd52c + 446c984 commit 158e837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/ilmomasiina-backend/emails/css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
.alert.alert-good {
background-color: #79b654;
}
.alert.alert-neutral {
background-color: #0a0d10;
}

.bodyText {
color: black;
Expand Down
2 changes: 1 addition & 1 deletion packages/ilmomasiina-backend/emails/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
font-weight: 800;
text-transform: uppercase;
text-align: center;
color: #79b654;
color: #0a0d10;
}
2 changes: 1 addition & 1 deletion packages/ilmomasiina-backend/emails/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ html(lang='fi', xmlns='http://www.w3.org/1999/xhtml')
div.content
table(class='main', width='100%', cellpadding='0', cellspacing='0')
tr
td(class='alert alert-good')
td(class='alert alert-neutral')
p.alertText #{topText}
tr
td.content-wrap
Expand Down

0 comments on commit 158e837

Please sign in to comment.