added hover to buttons

This commit is contained in:
Nathan DECHER 2020-04-14 11:10:42 +02:00
parent f607034a33
commit 17ab288b63
1 changed files with 10 additions and 0 deletions

View File

@ -108,10 +108,20 @@
background: @accentbg;
font-weight: bold;
cursor: pointer;
border-radius: 1rem;
border: 0;
padding: 2rem;
margin: 1rem;
transition: box-shadow .5s;
&:hover {
color: @fg;
text-decoration: underline;
box-shadow: black 0 0 2rem;
}
}
}
}