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

@ -248,7 +248,7 @@ nav ul li .active svg:hover {
.brand-github svg { stroke: var(--brand-github) !important; }
.brand-npm svg { stroke: var(--brand-npm) !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; }
.news svg { stroke: var(--brand-instapaper) !important; }
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }

View file

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