ACSS and Previous and Next Buttons

Hi, I’m an ACSS user, and I’m trying to set default styles for my primary and secondary buttons using ACSS. My goal is to control these button styles universally. However, when I add a class to the CSS, such as:

css

Copy code

(var--primary-btn)

Nothing seems to happen. I’m also having trouble figuring out where to change the background color. Any guidance would be appreciated—thanks!

That’s not how a class should look like!
Try adding the class btn--primary. There’s not such variable as var(–primary-btn) nor var(–btn-primary).