Skip to content

Instantly share code, notes, and snippets.

@jamiejohnsonkc
Last active May 29, 2019 21:23
Show Gist options
  • Save jamiejohnsonkc/112118b299bb0242ea29dfc7635ebd9e to your computer and use it in GitHub Desktop.
Save jamiejohnsonkc/112118b299bb0242ea29dfc7635ebd9e to your computer and use it in GitHub Desktop.
safari prevent phone number color change #css #safari #ios
//* prevent change of telephone color while enabling phone number detection
a[href^=tel] {
text-decoration:inherit;
color: inherit;
} {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment