Skip to content

Instantly share code, notes, and snippets.

@jlong
Created November 8, 2010 22:40
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 jlong/668411 to your computer and use it in GitHub Desktop.
Save jlong/668411 to your computer and use it in GitHub Desktop.
links.sass
a:link { color: blue; text-decoration: underline; }
a:visited { color: purple; }
a:hover { color: red; text-decoration: none; }
a.alt:link { color: red; text-decoration: underline; }
a.alt:visited { color: purple; }
a.alt:hover { color: red; text-decoration: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment