Skip to content

Instantly share code, notes, and snippets.

@Semidio
Created March 10, 2020 11:39
Embed
What would you like to do?
@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