Skip to content

Instantly share code, notes, and snippets.

@gtrabanco
Created August 31, 2023 13:25
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 gtrabanco/180d1f35cdb7ccbf86c579c958f01208 to your computer and use it in GitHub Desktop.
Save gtrabanco/180d1f35cdb7ccbf86c579c958f01208 to your computer and use it in GitHub Desktop.
Dark mode en 3 líneas
/* Source: https://twitter.com/midudev/status/1652957687015940097 */
background-color: Canvas;
color: CanvasText;
color-scheme: light dark;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment