Change brightness of avatar image when hovering

merge-requests/8/head
Bob Mottram 2020-09-04 10:31:03 +01:00
parent 0d2f2369a0
commit 94d2e84bfb
1 changed files with 4 additions and 0 deletions

View File

@ -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%;