Skip to content

Instantly share code, notes, and snippets.

@yocontra
Created December 12, 2014 21:38
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yocontra/254e1a5a07da830d6051 to your computer and use it in GitHub Desktop.
Save yocontra/254e1a5a07da830d6051 to your computer and use it in GitHub Desktop.
flux.css
html {
filter: brightness(0.8) sepia(0.9);
-o-filter: brightness(0.8) sepia(0.9);
-ms-filter: brightness(0.8) sepia(0.9);
-moz-filter: brightness(0.8) sepia(0.9);
-webkit-filter: brightness(0.8) sepia(0.9);
-salesforce-filter: brightness(0.8) sepia(0.9);
-dropbox-filter: brightness(0.8) sepia(0.9);
-blink-filter: brightness(0.8) sepia(0.9);
-fb-filter: brightness(0.8) sepia(0.9);
-who-thought-vendor-prefixing-was-a-good-idea-wtf-filter: brightness(0.8) sepia(0.9);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment