Custom CSS can be used to style the checkout webpages.
NOTE
Custom CSS doesn’t apply to emails
The payment submit button uses the accent colour to acheive a shine effect when the form is ready to submit.
Variables
CSS Variables are controlled by the accent and background colour fields.
:root {
--accent-colour: #f27033;
--accent-text-colour: #612d14;
--bg-colour: #f27033;
--text-colour: #612d14;
}