diff --git a/cerberus-fluid.html b/cerberus-fluid.html
index 2c5a6386..288db57f 100644
--- a/cerberus-fluid.html
+++ b/cerberus-fluid.html
@@ -73,6 +73,11 @@
-ms-interpolation-mode:bicubic;
}
+ /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
+ a {
+ text-decoration: none;
+ }
+
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links *,
@@ -97,11 +102,6 @@
display: none !important;
}
- /* What it does: Prevents underlining the button text in Windows 10 */
- .button-link {
- text-decoration: none !important;
- }
-
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
@@ -256,7 +256,7 @@
- Primary Button
+ Primary Button
|
diff --git a/cerberus-hybrid.html b/cerberus-hybrid.html
index 180a223a..62cef98a 100644
--- a/cerberus-hybrid.html
+++ b/cerberus-hybrid.html
@@ -73,6 +73,11 @@
-ms-interpolation-mode:bicubic;
}
+ /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
+ a {
+ text-decoration: none;
+ }
+
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors], /* iOS */
.unstyle-auto-detected-links *,
@@ -97,11 +102,6 @@
display: none !important;
}
- /* What it does: Prevents underlining the button text in Windows 10 */
- .button-link {
- text-decoration: none !important;
- }
-
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
@@ -295,7 +295,7 @@
- Centered Primary Button
+ Centered Primary Button
|
@@ -563,7 +563,7 @@
- Primary Button
+ Primary Button
|
@@ -629,7 +629,7 @@
- Primary Button
+ Primary Button
|
diff --git a/cerberus-responsive.html b/cerberus-responsive.html
index 798c9097..c4db2e83 100644
--- a/cerberus-responsive.html
+++ b/cerberus-responsive.html
@@ -68,6 +68,11 @@
table-layout: auto;
}
+ /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
+ a {
+ text-decoration: none;
+ }
+
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
@@ -97,11 +102,6 @@
display: none !important;
}
- /* What it does: Prevents underlining the button text in Windows 10 */
- .button-link {
- text-decoration: none !important;
- }
-
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
@@ -286,7 +286,7 @@