Hello,

To change this two buttons background color you will have to add this css code:

.color-neutral .productAddedToCartWindowCheckout:hover,
.color-neutral .continue-shopping-wrap input[type="submit"]:hover,
.color-neutral .continue-shopping-wrap:hover:before{
  background-color: #The value of the color you want to change;
}