Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,8 @@ ul.menu li li li[aria-expanded="true"] ul {
.social-icons li a[href*="etsy.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d7'; }
.social-icons li a[href*="facebook.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f09a'; }
.social-icons li a[href*="twitter.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f099'; }
.social-icons li a[href*="mastodon.social"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f4f6'; }
.social-icons li a[href*="hachyderm.io"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f4f6'; }
.social-icons li a[href*="google.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1a0'; }
.social-icons li a[href*="linkedin.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0e1'; }
.social-icons li a[href*="github.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f113'; }
Expand Down Expand Up @@ -1033,6 +1035,8 @@ ul.menu li li li[aria-expanded="true"] ul {
.menu li a[href*="etsy.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f2d7'; }
.menu li a[href*="facebook.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f09a'; }
.menu li a[href*="twitter.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f099'; }
.menu li a[href*="mastodon.social"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f4f6'; }
.menu li a[href*="hachyderm.io"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f4f6'; }
.menu li a[href*="google.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f1a0'; }
.menu li a[href*="linkedin.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f0e1'; }
.menu li a[href*="github.com"]::before { font-family: 'Font Awesome 5 Brands'; content: '\f113'; }
Expand Down