Added hover state for Author meta anchor

This commit is contained in:
cobbspur 2014-02-23 12:20:41 +00:00
parent 48bf106f25
commit 835ec25f0b
1 changed files with 3 additions and 0 deletions

View File

@ -624,6 +624,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 {