Skip to content

Instantly share code, notes, and snippets.

@driesd
Created October 16, 2013 08:27
Show Gist options
  • Save driesd/7004459 to your computer and use it in GitHub Desktop.
Save driesd/7004459 to your computer and use it in GitHub Desktop.
Themes phone numbers a[href^=tel] only for mobile
@include at-breakpoint($break-2) {
a[href^=tel] {
color: grey !important;
cursor: text;
text-decoration: none !important;
&:hover {
text-decoration: none !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment