Merge pull request #79 from cobbspur/hover

Added hover state for Author meta anchor
This commit is contained in:
John O'Nolan 2014-02-28 23:42:31 +01:00
commit f39e92a5fd
1 changed files with 3 additions and 0 deletions

View File

@ -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 {