Skip to content

Instantly share code, notes, and snippets.

@cjfswd
Last active June 23, 2022 07:30
Show Gist options
  • Save cjfswd/a4116a22e2330cb3887e4d6c66fcddd9 to your computer and use it in GitHub Desktop.
Save cjfswd/a4116a22e2330cb3887e4d6c66fcddd9 to your computer and use it in GitHub Desktop.
change browser default theme by css
/* supported on Chrome 81, Firefox 96 and Safari 13 */
:root {
color-scheme: dark;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment