Change text color of the Allow/Decline buttons

Add this code to the Custom CSS field on the Style tab of your Cookie Consent widget’s settings:

.eapp-cookie-consent-actions-button{
    color: green;
}