Change the color of the Checkout Button in the Cart - Dawn Theme

Hi!

Does anyone know how to ONLY change the color of the “Checkout” box once you’re in the cart? I’d like to do black background with white text. See image below with the arrow pointing to the specific button below:

Hi,

Kindly share your website URL

https://poogzusa.com/

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css

.cart__checkout-button.button { background: #000; color: #fff; }