Is there a way to change the background color of this link that looks like a button when it is hovered over? I'm looking for some guidance on how to accomplish this. Below is the current CSS code for reference.
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;
}