Skip to content

Instantly share code, notes, and snippets.

@ckschmieder
Created July 6, 2017 04:28
Show Gist options
  • Save ckschmieder/5d59c3e21fa239ecf092887497985e68 to your computer and use it in GitHub Desktop.
Save ckschmieder/5d59c3e21fa239ecf092887497985e68 to your computer and use it in GitHub Desktop.
filters for bg images
.city {
opacity: .55;
-webkit-filter: contrast(4);
filter: brightness(2);
filter: contrast(1.2);
-webkit-filter: brightness(3);
filter: brightness(2.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment