1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/site/assets/scss/_anchor.scss

11 lines
186 B
SCSS
Raw Normal View History

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