bootstrap/site/docs/4.1/assets/scss/_anchor.scss

11 lines
172 B
SCSS

.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
transition: color .16s linear;
&:hover {
color: $link-color;
text-decoration: none;
}
}