.wp-block-buttons > .wp-block-button.is-style-custom .wp-block-button__link {
  background-color: yellow;
}

.wp-block-buttons > .wp-block-button.is-style-custom .wp-block-button__link:hover {
  opacity: 0.8;
  background-color: rgb(255, 196, 0);
}