CSS: Add hover effect for social icons

refs #4496
This commit is contained in:
Florian Strohmaier 2021-07-29 12:33:39 +02:00 committed by Johannes Meyer
parent e54c1721ad
commit c7510db632
1 changed files with 11 additions and 0 deletions

View File

@ -80,5 +80,16 @@
align-self: stretch;
display: flex;
justify-content: space-between;
align-items: baseline;
a {
i {
font-size: 2em;
}
&:hover {
opacity: .6;
}
}
}
}