Skip to content

Instantly share code, notes, and snippets.

@gspice
Created January 10, 2015 20:18
Show Gist options
  • Save gspice/c395a8534e0a446068ba to your computer and use it in GitHub Desktop.
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.
.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