forked from AkkomaGang/akkoma-fe
Fix button hover in Firefox.
This commit is contained in:
parent
5f74ae8de5
commit
8fb0ec985a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ a {
|
||||||
button{
|
button{
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
Loading…
Reference in a new issue