Skip to content

Instantly share code, notes, and snippets.

@whoismh11
Last active April 8, 2025 11:52
Show Gist options
  • Save whoismh11/8575584bb25cd052ff7920f910c779d9 to your computer and use it in GitHub Desktop.
Save whoismh11/8575584bb25cd052ff7920f910c779d9 to your computer and use it in GitHub Desktop.
Dark Mode - Easy dark mode with one line CSS for websites
html {
filter: invert(1) hue-rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment