chore: footer links

This commit is contained in:
Cory Dransfeldt 2024-04-17 17:56:31 -07:00
parent a025b1c58d
commit 31ba75e8b4
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -250,7 +250,7 @@ nav ul li .active svg:hover {
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
.brand-lastfm svg { stroke: var(--brand-lastfm) !important; }
.device-tv svg { stroke: var(--brand-trakt) !important; }
.books svg { stroke: var(--brand-storygraph) !important; }
.news svg { stroke: var(--brand-instapaper) !important; }
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
.heart-handshake svg { stroke: var(--webrings) !important; }
.rss svg { stroke: var(--brand-rss) !important; }

View file

@ -48,7 +48,7 @@
--brand-mastodon: #6364ff;
--brand-lastfm: #d51007;
--brand-trakt: #ed1c24;
--brand-storygraph: #14919b;
--brand-instapaper: var(--text-color);
--brand-buy-me-a-coffee: #40dca5;
--brand-rss: #f26522;
--webrings: #ec8fd0;