Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created April 7, 2023 10:08
Show Gist options
  • Save kaosf/fa577e81cd13eddcf3c27c2a531a505c to your computer and use it in GitHub Desktop.
Save kaosf/fa577e81cd13eddcf3c27c2a531a505c to your computer and use it in GitHub Desktop.
@media (prefers-color-scheme: dark) {
body {
background-color: #303742;
color: #b7b7b7;
}
a {
color: #7775f9;
}
a:visited {
color: #a7a6fb;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment