Skip to content

Instantly share code, notes, and snippets.

@arnog
Created January 4, 2019 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnog/e93d351b24f265092644c044617cbe9a to your computer and use it in GitHub Desktop.
Save arnog/e93d351b24f265092644c044617cbe9a to your computer and use it in GitHub Desktop.
img {
mix-blend-mode: multiply;
}
@media (prefers-color-scheme: dark) { img {
filter: invert(100%) hue-rotate(180deg);
mix-blend-mode: screen;
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment