Skip to content

Instantly share code, notes, and snippets.

@a1ex7
Created November 9, 2017 20:59
Show Gist options
  • Select an option

  • Save a1ex7/ff1d39e3434676ba88956dfb9cdf8e55 to your computer and use it in GitHub Desktop.

Select an option

Save a1ex7/ff1d39e3434676ba88956dfb9cdf8e55 to your computer and use it in GitHub Desktop.
Dark theme 153 bytes
: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