Created
March 20, 2019 10:38
-
-
Save mindprint/1c9e084dea5a6493c63a4e26a2c32aa5 to your computer and use it in GitHub Desktop.
Remove blue links from mobile emails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a[href^=tel], | |
a[x-apple-data-detectors] { | |
color: inherit !important; | |
text-decoration: none !important; | |
font-size: inherit !important; | |
font-family: inherit !important; | |
font-weight: inherit !important; | |
line-height: inherit !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment