a {
  @include bg-variants() {
    color: variant-property('linkIdle');

    &:hover {
      color: variant-property('linkHover');
    }
  }
}
