mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
Reinstated hover effect on button
This commit is contained in:
parent
ff15e93d58
commit
4f46c8c851
1
404.html
1
404.html
@ -98,6 +98,7 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.donate-button:focus, .donate-button:hover {
|
||||
animation: none;
|
||||
background: #333;
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
|
@ -98,6 +98,7 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.donate-button:focus, .donate-button:hover {
|
||||
animation: none;
|
||||
background: #333;
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
|
@ -98,6 +98,7 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.donate-button:focus, .donate-button:hover {
|
||||
animation: none;
|
||||
background: #333;
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
|
Loading…
Reference in New Issue
Block a user