Skip to content
Snippets Groups Projects
Commit 8fb0ec98 authored by lain's avatar lain
Browse files

Fix button hover in Firefox.

parent 5f74ae8d
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ a {
button{
border: none;
border-radius: 5px;
&:hover {
background-color: white;
}
}
.container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment