bootstrap/site/assets/scss/_anchor.scss

11 lines
186 B
SCSS
Raw Permalink Normal View History

.anchorjs-link {
2017-10-03 11:34:56 +08:00
font-weight: 400;
color: rgba($link-color, .5);
@include transition(color .15s ease-in-out);
2015-06-19 14:56:43 +08:00
&:hover {
2017-05-30 03:00:47 +08:00
color: $link-color;
text-decoration: none;
}
2015-06-19 14:56:43 +08:00
}