Created
June 16, 2019 17:51
-
-
Save jsmanifest/26c70012cfb624b71e5caab66051cec2 to your computer and use it in GitHub Desktop.
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
.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