Skip to content

Instantly share code, notes, and snippets.

@stephan-romhart
Last active October 16, 2021 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephan-romhart/1c637b621225716cb6899ffc4a6b6175 to your computer and use it in GitHub Desktop.
Save stephan-romhart/1c637b621225716cb6899ffc4a6b6175 to your computer and use it in GitHub Desktop.
/* Hovers */
@media(hover:hover){
header nav ul li a:hover{
background-color:var(--yellow);
}
section p a.button:hover{
background-color:var(--yellow);
color:var(--black);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment