mirror of https://gitlab.com/bashrc2/epicyon
Change brightness of icons when hovering
parent
2498ad9766
commit
24a4734da6
|
@ -401,6 +401,10 @@ a:focus {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.containericons img:hover {
|
||||
filter: brightness(150%);
|
||||
}
|
||||
|
||||
.post-title {
|
||||
margin-top: 0px;
|
||||
color: #444;
|
||||
|
|
Loading…
Reference in New Issue