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;
}