.@{qtextPrefixCls}-link{
  color: #4f9fff;
  text-decoration: underline;

  &:hover {
    color: lighten(#4f9fff, 0.2);
  }
}
