Skip to content

Instantly share code, notes, and snippets.

@artlung
Created April 27, 2014 22:43
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 artlung/11357312 to your computer and use it in GitHub Desktop.
Save artlung/11357312 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
$col: #d37b2c;
.silvergate a {
color: $col;
text-decoration: none;
}
.silvergate a:visited {
color: lighten($col, 10%);
}
.silvergate a:hover {
color: darken($col, 5%);
background-color: #eee;
border-radius: 2px;
outline: 1px dotted #666;
}
.silvergate a {
color: #d37b2c;
text-decoration: none;
}
.silvergate a:visited {
color: #dc9556;
}
.silvergate a:hover {
color: #be6f28;
background-color: #eee;
border-radius: 2px;
outline: 1px dotted #666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment