sass-site/source/assets/css/foundation/_inline.scss

14 lines
251 B
SCSS
Raw Normal View History

2013-10-09 12:30:53 +02:00
a {
text-decoration: none;
2018-10-24 00:06:39 +02:00
color: darken($color-text-link, 10%);
2013-10-09 12:30:53 +02:00
&:hover,
&:focus { color: $color-text-link-hover; }
&:focus { @extend %tab-focus; }
}
2013-10-17 09:08:47 +02:00
%bold-elements { font-weight: $font-weight-bold; }
strong { @extend %bold-elements; }