mirror of https://gitlab.com/bashrc2/epicyon
Change brightness of avatar image when hovering
parent
0d2f2369a0
commit
94d2e84bfb
|
@ -555,6 +555,10 @@ input[type=submit]:hover {
|
|||
padding: 0px 0px;
|
||||
}
|
||||
|
||||
.timeline-avatar:hover {
|
||||
filter: brightness(120%);
|
||||
}
|
||||
|
||||
.timeline-avatar-reply {
|
||||
padding: 0px 0px;
|
||||
width: 80%;
|
||||
|
|
Loading…
Reference in New Issue