Skip to content

Instantly share code, notes, and snippets.

@hamzabasrai
Last active August 20, 2021 14:30
Show Gist options
  • Save hamzabasrai/3931766bc762bc93deafe3a9b2fbcc97 to your computer and use it in GitHub Desktop.
Save hamzabasrai/3931766bc762bc93deafe3a9b2fbcc97 to your computer and use it in GitHub Desktop.
html, body {
padding: 0;
margin: 0;
color: #273238;
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
html, body {
background-color: black;
color: #F5F5F7;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment