Last active
December 15, 2015 09:09
-
-
Save loic/5236293 to your computer and use it in GitHub Desktop.
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
/* SURVIVAL KIT (tone down default admin css) */ | |
a.section:link, a.section:visited { | |
color: #666; | |
} | |
.module h2, .module caption, .inline-group h2 { | |
color: #666; | |
} | |
.module h2, .module caption, .inline-group h2 { | |
background: #eee url(../img/nav-bg.gif) bottom left repeat-x; | |
color: #666; | |
} | |
#header { | |
background: black; | |
} | |
#branding h1 { | |
color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment