From 677d3a6aa016c007946d454d2c60e39ad54d7dd3 Mon Sep 17 00:00:00 2001 From: Lee Munroe Date: Sat, 22 Jun 2019 14:18:17 -0700 Subject: [PATCH] Samsung link fix --- email-inlined.html | 8 ++++++++ email.html | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/email-inlined.html b/email-inlined.html index c81b48f..98e85ac 100644 --- a/email-inlined.html +++ b/email-inlined.html @@ -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; } diff --git a/email.html b/email.html index a63da25..322f809 100644 --- a/email.html +++ b/email.html @@ -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; }