.wp-block-button.is-style-white-dark .wp-block-button__link {
	background-color: var(--wp--preset--color--first);
	border-color: var(--wp--preset--color--first);
	color: var(--wp--preset--color--second);
}

.wp-block-button.is-style-white-dark .wp-block-button__link:hover,
.wp-block-button.is-style-white-dark .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--sixth);
	border-color: var(--wp--preset--color--sixth);
	color: var(--wp--preset--color--first);
}

