chore: footer links

This commit is contained in:
Cory Dransfeldt 2024-04-17 18:03:44 -07:00
parent 80bbb66dfe
commit 0ba5af5aaa
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export default async function () {
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' }, { name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
{ name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'}, { name: 'npm', url: 'https://www.npmjs.com/~cdransf', icon: 'brand-npm'},
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
{ name: 'Last.fm', url: 'https://www.last.fm/user/coryd_', icon: 'brand-lastfm' }, { name: 'ListenBrainz', url: 'https://listenbrainz.org/user/cdransf/', icon: 'brain' },
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' }, { name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
{ name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' }, { name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' },
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' }, { name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },

View file

@ -248,7 +248,7 @@ nav ul li .active svg:hover {
.brand-github svg { stroke: var(--brand-github) !important; } .brand-github svg { stroke: var(--brand-github) !important; }
.brand-npm svg { stroke: var(--brand-npm) !important; } .brand-npm svg { stroke: var(--brand-npm) !important; }
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; } .brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
.brand-lastfm svg { stroke: var(--brand-lastfm) !important; } .brain svg { stroke: var(--brand-listenbrainz) !important; }
.device-tv svg { stroke: var(--brand-trakt) !important; } .device-tv svg { stroke: var(--brand-trakt) !important; }
.news svg { stroke: var(--brand-instapaper) !important; } .news svg { stroke: var(--brand-instapaper) !important; }
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; } .coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }

View file

@ -47,6 +47,7 @@
--brand-npm: #cc3534; --brand-npm: #cc3534;
--brand-mastodon: #6364ff; --brand-mastodon: #6364ff;
--brand-lastfm: #d51007; --brand-lastfm: #d51007;
--brand-listenbrainz: #e97941;
--brand-trakt: #ed1c24; --brand-trakt: #ed1c24;
--brand-instapaper: var(--text-color); --brand-instapaper: var(--text-color);
--brand-buy-me-a-coffee: #40dca5; --brand-buy-me-a-coffee: #40dca5;