Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created October 27, 2017 17:28
Show Gist options
  • Save robertcoopercode/2e4142bc243e10bf262938ac75da28d7 to your computer and use it in GitHub Desktop.
Save robertcoopercode/2e4142bc243e10bf262938ac75da28d7 to your computer and use it in GitHub Desktop.
$primary-color: #0B5351;
$secondary-color: #6B8F71;
a {
color: $primary-color;
}
a:hover {
color: $secondary-color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment