From bc38e7df616789ba85177e9515740b0a2cf2dc5b Mon Sep 17 00:00:00 2001 From: HLFH Date: Sun, 19 Apr 2015 20:35:28 +0200 Subject: [PATCH] Social media icons with brand colors on hover --- assets/css/screen.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index aa53697..927ca61 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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; }