mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
Social media icons with brand colors on hover
This commit is contained in:
parent
ab2a8261d7
commit
bc38e7df61
@ -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
Block a user