From 3d4fb6ce503a9dd034df4b02c88701ae32d52466 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 12 May 2015 18:14:04 +0000 Subject: [PATCH] Twenty Fifteen: add missing social link Genericons styles for Skype and Path. Fixes #32332, props philiparthurmoore. git-svn-id: https://develop.svn.wordpress.org/trunk@32497 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 9ed56fd0cc..e9c35f89d2 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -880,6 +880,14 @@ a:focus { content: "\f413"; } +.social-navigation a[href*="path.com"]:before { + content: "\f219"; +} + +.social-navigation a[href*="skype.com"]:before { + content: "\f220"; +} + .secondary-toggle { background-color: transparent; border: 1px solid #eaeaea;