It\'s not a duplicate question - I don\'t want to simply change the font color in CSS.
My Issue:
I have products with colors. Blue, Red, Green, Yellow, Purple -
Consider CSS variables like this:
a.btn { padding:0 10px; color:#000; border:1px solid; } a.btn:hover { color:var(--h, yellow); }
BUY BUY BUY BUY BUY