Created
February 12, 2016 13:58
-
-
Save nickdavis/e30d99bb02be00b9a6ed to your computer and use it in GitHub Desktop.
Adjusting the lightness of the header image of the Milton theme (http://docs.leanthemes.co/article/40-milton-customise-lighten-header-image)
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
| /* Existing style.css line to target */ | |
| .site-header .outer-wrap { | |
| background-color: #000; | |
| background-color: rgba( 0, 0, 0, 0.5 ); /* e.g. 0.2 would be lighter, 0.8 would be darker etc */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment