0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00
Bootstrap/site/docs/4.1/assets/scss/_anchor.scss
2018-10-21 22:46:20 +03:00

11 lines
181 B
SCSS

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