Change brightness of block/unfollow when hovering

merge-requests/8/head
Bob Mottram 2020-09-04 10:53:26 +01:00
parent 5db888574c
commit 59fc0ddd14
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ a:focus {
filter: brightness(150%);
}
.buttonunfollow:hover {
filter: brightness(150%);
}
.followRequestHandle {
padding: 0px 20px;
}