Change brightness of icons when hovering

merge-requests/8/head
Bob Mottram 2020-09-04 10:09:43 +01:00
parent 2498ad9766
commit 24a4734da6
1 changed files with 4 additions and 0 deletions

View File

@ -401,6 +401,10 @@ a:focus {
margin-right: 0;
}
.containericons img:hover {
filter: brightness(150%);
}
.post-title {
margin-top: 0px;
color: #444;