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 {
|
.container img.timelineicon:hover {
|
||||||
filter: brightness(150%);
|
filter: brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonunfollow:hover {
|
||||||
|
filter: brightness(150%);
|
||||||
|
}
|
||||||
|
|
||||||
.followRequestHandle {
|
.followRequestHandle {
|
||||||
padding: 0px 20px;
|
padding: 0px 20px;
|
||||||
|
|
Loading…
Reference in New Issue