Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 5, 2021 13:18
Show Gist options
  • Save wpmu-authors/a235deeef0bff091207ce049b2f2759b to your computer and use it in GitHub Desktop.
Save wpmu-authors/a235deeef0bff091207ce049b2f2759b to your computer and use it in GitHub Desktop.
style.css
nav.main.blue
nav.main.blue a {
background: #312d72;
}
nav.main.red,
nav.main.red a {
background: #8b1b1b;
}
nav.main.green,
nav.main.green a {
background: #0e4813;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment