added hover to buttons
This commit is contained in:
parent
f607034a33
commit
17ab288b63
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue