Merge pull request #200 from HLFH/master

Social media icons with brand colors on hover
This commit is contained in:
John O'Nolan 2015-04-19 22:52:24 +03:00
commit 6b42e9535c
1 changed files with 8 additions and 2 deletions

View File

@ -1185,8 +1185,14 @@ body:not(.post-template) .post-title {
text-decoration: none;
}
.post-footer .share a:hover {
color: #50585D;
.post-footer .share .icon-twitter:hover {
color: #55acee;
}
.post-footer .share .icon-facebook:hover {
color: #3b5998;
}
.post-footer .share .icon-google-plus:hover {
color: #dd4b39;
}