Created
March 3, 2017 02:23
-
-
Save lonekorean/3b7aba735246a4bddd8b845266fd3af6 to your computer and use it in GitHub Desktop.
Tweaking Gist colors with multiple filters
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
body .gist .blob-code { | |
filter: brightness(70%) saturate(150%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment