Change brightness of happening button on hover

merge-requests/8/head
Bob Mottram 2020-09-06 12:29:17 +01:00
parent 5016a3b2df
commit 717a62d397
1 changed files with 5 additions and 1 deletions

View File

@ -113,6 +113,10 @@ a:visited:hover {
color: var(--main-link-color-hover);
}
.buttonevent:hover {
filter: brightness(150%);
}
a:focus {
border: 2px solid var(--focus-color);
}
@ -233,7 +237,7 @@ a:focus {
.buttonunfollow:hover {
background-color: var(--button-background-hover);
}
.followRequestHandle {
padding: 0px 20px;
}