diff --git a/themes/twentyfifteen/css/style.css b/themes/twentyfifteen/css/style.css
index 0d05950..c40ee97 100644
--- a/themes/twentyfifteen/css/style.css
+++ b/themes/twentyfifteen/css/style.css
@@ -892,6 +892,18 @@ a:focus {
content: "\f220";
}
+.social-navigation a[href*="tiktok.com"]:before {
+ content:"\f108";
+}
+
+.social-navigation a[href*="linkedin.com"]:before {
+ content:"\f207";
+}
+
+.social-navigation a.social-logo-mastodon:before {
+ content:"\f10a";
+}
+
.secondary-toggle {
background-color: transparent;
border: 1px solid #eaeaea;
@@ -6145,4 +6157,9 @@ ul.month {
display:block;
box-shadow: none;
border: none;
+}
+
+.social-logo a {
+ height:35px;
+ width:35px;
}
\ No newline at end of file
diff --git a/themes/twentyfifteen/css/style_v2.css b/themes/twentyfifteen/css/style_v2.css
index 876a59a..bc22ebd 100644
--- a/themes/twentyfifteen/css/style_v2.css
+++ b/themes/twentyfifteen/css/style_v2.css
@@ -893,6 +893,18 @@ a:focus {
content: "\f220";
}
+.social-navigation a[href*="tiktok.com"]:before {
+ content:"\f108";
+}
+
+.social-navigation a[href*="linkedin.com"]:before {
+ content:"\f207";
+}
+
+.social-navigation a.social-logo-mastodon:before {
+ content:"\f10a";
+}
+
.secondary-toggle {
background-color: transparent;
border: 1px solid #eaeaea;
@@ -6152,4 +6164,9 @@ ul.month {
display:block;
box-shadow: none;
border: none;
+}
+
+.social-logo a {
+ height:35px;
+ width:35px;
}
\ No newline at end of file
diff --git a/themes/twentyfifteen/layout.html.php b/themes/twentyfifteen/layout.html.php
index 82dcda6..01f8a3f 100644
--- a/themes/twentyfifteen/layout.html.php
+++ b/themes/twentyfifteen/layout.html.php
@@ -42,34 +42,12 @@
-
+
-
diff --git a/themes/twentysixteen/css/style.css b/themes/twentysixteen/css/style.css
index a28fd49..b67354b 100644
--- a/themes/twentysixteen/css/style.css
+++ b/themes/twentysixteen/css/style.css
@@ -1027,6 +1027,18 @@ a:active {
content: "\f413";
}
+.social-navigation a[href*="tiktok.com"]:before {
+ content:"\f108";
+}
+
+.social-navigation a[href*="linkedin.com"]:before {
+ content:"\f207";
+}
+
+.social-navigation a.social-logo-mastodon:before {
+ content:"\f10a";
+}
+
.post-navigation {
border-top: 4px solid #1a1a1a;
border-bottom: 4px solid #1a1a1a;
@@ -4071,4 +4083,13 @@ ul.month {
display:block;
box-shadow: none;
border: none;
+}
+
+.social-logo a {
+ height:35px;
+ width:35px;
+}
+
+.social-logo a:before {
+ line-height: 33px!important;
}
\ No newline at end of file
diff --git a/themes/twentysixteen/layout.html.php b/themes/twentysixteen/layout.html.php
index 331e4d8..949023e 100644
--- a/themes/twentysixteen/layout.html.php
+++ b/themes/twentysixteen/layout.html.php
@@ -121,11 +121,7 @@