Squarespace Primary Button CSS

To target Squarespace Primary Button with CSS code, you can use a code like this.

a[class*="sqs-button-element--primary"] {
    color: #f1f !important;
    background-color: green !important;
    font-size: 30px !important;
}