Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Forked from Semidio/Dark4HNTB.css
Created November 24, 2022 02:05
Show Gist options
  • Save bcomnes/3236f7a94b71e0f9a08327f90bab702e to your computer and use it in GitHub Desktop.
Save bcomnes/3236f7a94b71e0f9a08327f90bab702e to your computer and use it in GitHub Desktop.
@media (prefers-color-scheme: dark) {
#main a { color: #bfdfff; }
body { background-color: #292a2d; }
#main a:hover { background-color: #000000; }
#main a:hover { color: #80ecff; }
#main a:hover { box-shadow: 0 0 7px #0080ff; }
#main a:hover { box-shadow: 0 0 7px #0080ff; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment