Fix button hover in Firefox.

This commit is contained in:
Roger Braun 2017-02-19 12:27:59 +01:00
parent 5f74ae8de5
commit 8fb0ec985a

View file

@ -32,6 +32,10 @@ a {
button{
border: none;
border-radius: 5px;
&:hover {
background-color: white;
}
}
.container {