Skip to content

Commit

Permalink
marking black text bold
Browse files Browse the repository at this point in the history
  • Loading branch information
salaros committed May 25, 2018
1 parent 385e5fe commit 8fc0899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion scss/email.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ table {
}

.black {
color: $black !important
color: $black !important;
font-weight: bold !important;
}

/* -------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions src/email.twig
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<tbody>
<tr>
<td valign="top">
<span class="black">
<strong class="black">
{{ person.title }} {{ person.fullname }}
</span>
</strong>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 8fc0899

Please sign in to comment.