Skip to content

Instantly share code, notes, and snippets.

@Accudio
Created August 20, 2021 17:42
Show Gist options
  • Select an option

  • Save Accudio/9c2f4eacc7f64ecf1ac854a246ac66e0 to your computer and use it in GitHub Desktop.

Select an option

Save Accudio/9c2f4eacc7f64ecf1ac854a246ac66e0 to your computer and use it in GitHub Desktop.
Quick and Dirty 'Dark Mode'
body {
background: black;
}
body, img {
filter: invert(1) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment