Created
January 10, 2015 20:18
-
-
Save gspice/c395a8534e0a446068ba to your computer and use it in GitHub Desktop.
Adjust semi-transparent black overlay on the home page image that you can either tone down or get rid of completely.
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
.home-welcome { | |
background-color: rgb(0, 0, 0); | |
background-color: rgba(0, 0, 0, .4); | |
} | |
.home .search-bar { | |
background-color: rgb(0, 0, 0); | |
background: rgba(0, 0, 0, .4); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment