mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Update twentyfifteen & twentysixteen
Using the new social icon and call it using the default social() function.
This commit is contained in:
parent
81bf71c872
commit
2afc6a234c
6 changed files with 64 additions and 29 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue