twbs--bootstrap/site/assets/scss/_anchor.scss

12 lines
197 B
SCSS

.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
@include transition(color .15s ease-in-out);
&:focus,
&:hover {
color: $link-color;
text-decoration: none;
}
}