Created
December 7, 2011 09:33
-
-
Save keirwhitaker/1442166 to your computer and use it in GitHub Desktop.
Customising the Body Tag
This file contains 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 hover styles */ | |
header nav .primary li a:hover, | |
#latest header nav .primary li a.latest, | |
#design header nav .primary li a.design, | |
#development header nav .primary li a.development, | |
#mobile header nav .primary li a.mobile, | |
#tags header nav .primary li a.tags { background: #E9E7DC url(/img/light_background_tile.jpg); color: #545351; text-shadow: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment