aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.5/assets/scss/_anchor.scss
blob: a712a78cdc46d6405f0faa03bead78694508785f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.anchorjs-link {
  font-weight: 400;
  color: rgba($link-color, .5);
  @include transition(color .15s ease-in-out, opacity .15s ease-in-out);

  &:hover {
    color: $link-color;
    text-decoration: none;
  }
}