Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created March 3, 2017 02:23
Show Gist options
  • Save lonekorean/3b7aba735246a4bddd8b845266fd3af6 to your computer and use it in GitHub Desktop.
Save lonekorean/3b7aba735246a4bddd8b845266fd3af6 to your computer and use it in GitHub Desktop.
Tweaking Gist colors with multiple filters
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