.postbitbutton:hover {
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
}
Cita: .postbitbutton:hover {
background: red; // cambia por el color que quieras
color: #007ecf;
text-decoration: none;
border: 1px solid #777;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}