Fix avatar style on hover

This commit is contained in:
lostinlight 2022-04-12 18:54:12 +03:00
parent 59e5e82a49
commit ba8ad6c674

View file

@ -349,8 +349,12 @@ sup {
height: 60px;
border: 2px solid $golden;
border-radius: 50%;
&:hover {
opacity: .7;
&:hover,
&:focus,
&:active {
border: 2px solid $coral;
box-shadow: 0 1px 8px 0 $coral;
background-image: none;
}
}