Skip to content

Instantly share code, notes, and snippets.

@patrickocoffeyo
Last active December 12, 2015 01:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickocoffeyo/4692621 to your computer and use it in GitHub Desktop.
Save patrickocoffeyo/4692621 to your computer and use it in GitHub Desktop.
Styling auto injected calendar and phone links in iOS and Mac Mail
<html>
<head>
<meta name="format-detection" content="telephone=no">
<style>
.mail-links a {
text-decoration: none!important;
color: #ffefc6!important;
font-weight: normal!important;
}
</style>
</head>
<body>
<span class="mail-links">Mon-Sat 10-6, Sun 12-6</span>
<span class="mail-links phone">512-264-3200</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment