.wp-block-button.is-style-outline--white
> .wp-block-button__link:not(.has-text-color, .has-background) {
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
}


.wp-block-button.is-style-outline--white
> .wp-block-button__link:not(.has-text-color, .has-background):hover {
  background-color: var(--wp--preset--color--blue-light);
  color: var(--wp--preset--color--blue-dark);
  border-color: var(--wp--preset--color--blue-light);
}
