diff --git a/css/marketing.css b/css/marketing.css index ca2e9c4f28..a9fdd792a1 100644 --- a/css/marketing.css +++ b/css/marketing.css @@ -474,19 +474,21 @@ footer div.footer-wrapper ul.social { footer div.footer-wrapper ul.social li { float: left; margin-right: 12.944px; } +footer div.footer-wrapper ul.social li:after { + content: none; + display: none; } footer div.footer-wrapper ul.social li a { display: block; height: 29px; width: 28px; text-indent: -9999px; } -footer div.footer-wrapper ul.social li:after { - content: none; - display: none; } +footer div.footer-wrapper ul.social li a:hover { + opacity: .8; } footer div.footer-wrapper ul.social li.twitter a { background: url("/static/images/marketing/twitter.png") 0 0 no-repeat; } footer div.footer-wrapper ul.social li.facebook a { background: url("/static/images/marketing/facebook.png") 0 0 no-repeat; } -footer div.footer-wrapper ul.social li.linkedin { +footer div.footer-wrapper ul.social li.linkedin a { background: url("/static/images/marketing/linkedin.png") 0 0 no-repeat; } section.index-content section { diff --git a/images/marketing/facebook.png b/images/marketing/facebook.png index bd1db19220..0d644f5367 100644 Binary files a/images/marketing/facebook.png and b/images/marketing/facebook.png differ diff --git a/images/marketing/linkedin.png b/images/marketing/linkedin.png index 3741d92e0e..3220a9c54c 100644 Binary files a/images/marketing/linkedin.png and b/images/marketing/linkedin.png differ diff --git a/images/marketing/twitter.png b/images/marketing/twitter.png index e70affee93..92137199d3 100644 Binary files a/images/marketing/twitter.png and b/images/marketing/twitter.png differ