Disable opacity change when hover on buttons

By default, when you hover on a button on Squarespace, the opacity will change. You can use this code to Custom CSS box to disable this.

a[class*="sqs-button-element"] {
    opacity: 1 !important;
}