chore: footer links
This commit is contained in:
parent
80bbb66dfe
commit
0ba5af5aaa
3 changed files with 3 additions and 2 deletions
|
@ -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; }
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue