Text color change on hover over button
I am trying to change the color of the text inside the button on hover.
I can make the button itself change color, but I want the button text to change color too.
Here is my current css:
button,
input.button,
a.button,
input[type="submit"] {
background ...