0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/assets/scss/_anchor.scss

11 lines
172 B
SCSS
Raw Normal View History

.anchorjs-link {
2017-10-03 06:34:56 +03:00
font-weight: 400;
2017-05-29 12:00:47 -07:00
color: rgba($link-color, .5);
2016-01-03 18:10:22 -08:00
transition: color .16s linear;
2015-06-18 23:56:43 -07:00
2017-05-29 12:00:47 -07:00
&:hover {
color: $link-color;
text-decoration: none;
}
2015-06-18 23:56:43 -07:00
}