Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created October 27, 2017 18:12
Show Gist options
  • Save robertcoopercode/7e4d980ab739b471916223f7d8e50815 to your computer and use it in GitHub Desktop.
Save robertcoopercode/7e4d980ab739b471916223f7d8e50815 to your computer and use it in GitHub Desktop.
.button {
background-color: blue;
color: white;
&:hover {
background-color: lightblue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment