Skip to content

Instantly share code, notes, and snippets.

@Semidio
Created March 10, 2020 11:39
Show Gist options
  • Save Semidio/69bce468cf4124ffb8aebe088042979d to your computer and use it in GitHub Desktop.
Save Semidio/69bce468cf4124ffb8aebe088042979d 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