Social media icons with brand colors on hover

This commit is contained in:
HLFH 2015-04-19 20:35:28 +02:00
parent ab2a8261d7
commit bc38e7df61
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;
}