Update twentyfifteen & twentysixteen

Using the new social icon and call it using the default social() function.
This commit is contained in:
danpros 2024-02-26 19:33:56 +07:00
commit 2afc6a234c
6 changed files with 64 additions and 29 deletions

View file

@ -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;
}

View file

@ -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;
}