Skip to content

Commit

Permalink
Merge pull request #96 from leemunroe/lee/fix-samsung
Browse files Browse the repository at this point in the history
Samsung link fix
  • Loading branch information
leemunroe authored Jun 22, 2019
2 parents 1779599 + 677d3a6 commit 0fb17b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions email-inlined.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@
line-height: inherit !important;
text-decoration: none !important;
}
#MessageViewBody a {
color: inherit;
text-decoration: none;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
Expand Down
8 changes: 8 additions & 0 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,14 @@
line-height: inherit !important;
text-decoration: none !important;
}
#MessageViewBody a {
color: inherit;
text-decoration: none;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
Expand Down

0 comments on commit 0fb17b6

Please sign in to comment.