Skip to content

Commit

Permalink
馃悰 Fix domain title color
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhn committed Jan 22, 2021
1 parent cda38bb commit a7a56f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/templates/email.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
}
.link {
text-decoration: none;
color: #73fac8;
color: #b9b9b9;
}
.link a {
text-decoration: none;
color: #73fac8 !important
color: #b9b9b9 !important
}
.link a[href] {
text-decoration: none;
color: #73fac8 !important
color: #b9b9b9 !important
}
</mj-style>
</mj-head>
Expand Down Expand Up @@ -121,7 +121,7 @@
<% domains.forEach(function (domain) { %>
<mj-section full-width="full-width" padding-left="10px" padding-top="5px">
<mj-column>
<mj-text font-weight="bold" font-size="21px" padding="0">
<mj-text font-weight="bold" font-size="21px" padding="0" color="#fff" css-class="nolink">
<%= domain.title %>
</mj-text>
</mj-column>
Expand Down

0 comments on commit a7a56f7

Please sign in to comment.