Reinstated hover effect on button

This commit is contained in:
Dan Leech 2015-10-19 18:16:13 +01:00
parent ff15e93d58
commit 4f46c8c851
3 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,7 @@
text-transform: uppercase;
}
.donate-button:focus, .donate-button:hover {
animation: none;
background: #333;
}
@media (min-width: 800px) {

View File

@ -98,6 +98,7 @@
text-transform: uppercase;
}
.donate-button:focus, .donate-button:hover {
animation: none;
background: #333;
}
@media (min-width: 800px) {

View File

@ -98,6 +98,7 @@
text-transform: uppercase;
}
.donate-button:focus, .donate-button:hover {
animation: none;
background: #333;
}
@media (min-width: 800px) {