Skip to content

Instantly share code, notes, and snippets.

@phantom42
Created April 29, 2013 17:06
Show Gist options
  • Save phantom42/5483061 to your computer and use it in GitHub Desktop.
Save phantom42/5483061 to your computer and use it in GitHub Desktop.
selector to style simple anchor tags not being used for links.
a:not([href]) {
/* Styles for anchors without href */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment