Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created March 27, 2016 00:07
Show Gist options
  • Save xto3na/76eb3ee7ddcc7808d88a to your computer and use it in GitHub Desktop.
Save xto3na/76eb3ee7ddcc7808d88a to your computer and use it in GitHub Desktop.
:matches CSS Selector
:matches(h1, h2, h3, h4, h5) > a {
color: rgb(91, 164, 229);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment