Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 16, 2019 17:51
Show Gist options
  • Save jsmanifest/26c70012cfb624b71e5caab66051cec2 to your computer and use it in GitHub Desktop.
Save jsmanifest/26c70012cfb624b71e5caab66051cec2 to your computer and use it in GitHub Desktop.
.brightness100 {
filter: brightness(100%);
}
.brightness75 {
filter: brightness(75%);
}
.brightness50 {
filter: brightness(50%);
}
.opacity05 {
opacity: 0.25;
}
.grayscale {
filter: grayscale(100%) brightness(60%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment