Can I change a button's hover color?

Can I change a button's hover color in the HTML/CSS of my website? I was able to change the background to CC3399 (dark pink) but the hover is still the teal from the theme. I saved the adjusted style as "variables_orange2.less" and am using that. I tried changing the values in the code to DCD3CB (light grey) but to no avail. Here is the website for reference: https://www.andreagriecodesign.com/. Thank you for any help you can provide.

variables_orange2.less code is:

@background: #ffffff; 
@footer: #f9f9f9; 
@font: #8e8e8e; 
@emphasized: #DCD3CB; 
@aHover: #DCD3CB; 
@navHover: #484848; 
@navBackgroundHover: #f6f6f6; 
@subnavHover: #484848; 
@subnavBackgroundHover: #e8e8e8; 
@landingLink: #8dc7d3; 
@line: #d0d0d0; 
@button: #DCD3CB; 
@hoverButton: #DCD3CB; 
@activeButton: #DCD3CB; 
@highlight: #CC3399; 
@hoverHighlight: #DCD3CB; 
@activeHighlight: #DCD3CB;

981 Views
Message 1 of 3
Report
2 REPLIES 2
Square

Thanks for posting, @agdesign. Which of these rules did you change:

@button: #DCD3CB; 
@hoverButton: #DCD3CB; 
@activeButton: #DCD3CB; 
@highlight: #CC3399; 
@hoverHighlight: #DCD3CB; 
@activeHighlight: #DCD3CB;
970 Views
Message 4 of 3
Report

all of them

961 Views
Message 4 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.