Created
February 5, 2021 13:18
-
-
Save wpmu-authors/a235deeef0bff091207ce049b2f2759b to your computer and use it in GitHub Desktop.
style.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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