Add rollover on profile links

This commit is contained in:
Yorick Barbanneau 2020-03-16 15:16:35 +01:00
parent 4ac3d4c5b5
commit 43241c657c

View file

@ -1539,7 +1539,6 @@ img {
margin-top: 1.25em;
margin-right: 1.25em;
font-weight: 400;
opacity: 0.5
}
.post-author-bio i {
@ -1552,6 +1551,10 @@ img {
font-weight: inherit;
border-bottom: 1px solid transparent
}
.post-author-bio a:hover {
color: #f26a3d;
}
.post-comments {
position: relative;