Merge pull request #200 from HLFH/master
Social media icons with brand colors on hover
This commit is contained in:
commit
6b42e9535c
|
@ -1185,8 +1185,14 @@ body:not(.post-template) .post-title {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-footer .share a:hover {
|
.post-footer .share .icon-twitter:hover {
|
||||||
color: #50585D;
|
color: #55acee;
|
||||||
|
}
|
||||||
|
.post-footer .share .icon-facebook:hover {
|
||||||
|
color: #3b5998;
|
||||||
|
}
|
||||||
|
.post-footer .share .icon-google-plus:hover {
|
||||||
|
color: #dd4b39;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue