File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/bootstrap/assets/scss/

Viewing File: _anchor.scss

.anchorjs-link {
  font-weight: 400;
  color: rgba($link-color, .5);
  transition: color .16s linear;

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