a {
  text-decoration: none;
  color: @link-text-color;
  &:hover {
    color: @link-hover-text-color;
  }
  &:active {
    color: @link-active-text-color;
  }
  &:focus {
    outline: none;
  }
}
