sass-site/source/assets/css/foundation/_inline.scss
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04:00

19 lines
326 B
SCSS

a {
text-decoration: none;
background: transparent;
color: $color-text-link;
&:visited { color: $color-text-link-visited; }
&:hover,
&:focus { color: $color-text-link-hover; }
&:active,
&:hover { outline: 0; }
&:focus { @extend %tab-focus; }
}
%bold-elements,
strong { font-weight: $font-weight-bold; }