I want to change the background color of this link that looks like a button when it is hovered over. How do I do this. Below is the current CSS for it.
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
background-color: #fbf7de;
padding: 9px;
display: inline;
border-style: solid;
border-color: #fbf7de;
border-width: 5px;
}