Add rollover on profile links
This commit is contained in:
parent
4ac3d4c5b5
commit
43241c657c
1 changed files with 4 additions and 1 deletions
|
@ -1539,7 +1539,6 @@ img {
|
||||||
margin-top: 1.25em;
|
margin-top: 1.25em;
|
||||||
margin-right: 1.25em;
|
margin-right: 1.25em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
opacity: 0.5
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-author-bio i {
|
.post-author-bio i {
|
||||||
|
@ -1552,6 +1551,10 @@ img {
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
border-bottom: 1px solid transparent
|
border-bottom: 1px solid transparent
|
||||||
}
|
}
|
||||||
|
.post-author-bio a:hover {
|
||||||
|
color: #f26a3d;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.post-comments {
|
.post-comments {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue