Skip to content

Instantly share code, notes, and snippets.

@martinbean
Created June 21, 2011 08:35
Show Gist options
  • Save martinbean/1037465 to your computer and use it in GitHub Desktop.
Save martinbean/1037465 to your computer and use it in GitHub Desktop.
CSS pseudo selected styles
body.home #navigation li.home a,
body.events #navigation li.events a,
body.news #navigation li.news a,
body.wrestlers #navigation li.wrestlers a,
body.shop #navigation li.shop a {
background: #ff9900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment