Skip to content

Instantly share code, notes, and snippets.

@arturparkhisenko
Last active October 2, 2017 17:50
Show Gist options
  • Save arturparkhisenko/df390626092789485759aca1d6935345 to your computer and use it in GitHub Desktop.
Save arturparkhisenko/df390626092789485759aca1d6935345 to your computer and use it in GitHub Desktop.
css invert theme
/* https://medium.com/web-standards/a-theme-switcher-96174d95be75 */
:root {
background-color: #fefefe;
filter: invert(100%);
}
* {
background-color: inherit;
}
img:not([src*=".svg"]),
video {
filter: invert(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment