Bones/scss/links.scss

24 lines
400 B
SCSS

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* #Links
================================================== */
a, a:visited {
color: #333;
text-decoration: underline;
outline: 0;
}
a:hover, a:focus {
color: #000;
}
p a, p a:visited {
line-height: inherit;
}