Merge pull request #79 from cobbspur/hover
Added hover state for Author meta anchor
This commit is contained in:
commit
f39e92a5fd
|
@ -696,6 +696,9 @@ margin on the iframe, cause it breaks stuff. */
|
|||
.author-meta a {
|
||||
color: #9EABB3;
|
||||
}
|
||||
.author-meta a:hover {
|
||||
color: #57A3E8;
|
||||
}
|
||||
|
||||
/* Create some space to the right for the share links */
|
||||
.post-footer .author {
|
||||
|
|
Loading…
Reference in New Issue