.vuiLink {
  color: $colorPrimary !important;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}
