mirror of https://gitlab.com/bashrc2/epicyon
Change brightness of block/unfollow when hovering
parent
5db888574c
commit
59fc0ddd14
|
@ -223,6 +223,10 @@ a:focus {
|
|||
.container img.timelineicon:hover {
|
||||
filter: brightness(150%);
|
||||
}
|
||||
|
||||
.buttonunfollow:hover {
|
||||
filter: brightness(150%);
|
||||
}
|
||||
|
||||
.followRequestHandle {
|
||||
padding: 0px 20px;
|
||||
|
|
Loading…
Reference in New Issue