chore: add npm icon + link
This commit is contained in:
parent
de40e51577
commit
c18f28e89c
6 changed files with 14 additions and 9 deletions
|
@ -232,6 +232,7 @@ nav ul li .active svg:hover {
|
|||
/* social icons */
|
||||
.at svg { stroke: var(--brand-hey) !important; }
|
||||
.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; }
|
||||
.device-tv svg { stroke: var(--brand-trakt) !important; }
|
||||
|
@ -271,7 +272,7 @@ article {
|
|||
}
|
||||
|
||||
footer nav:first-child {
|
||||
gap: .75rem;
|
||||
gap: .6rem;
|
||||
margin-top: 2rem;
|
||||
padding: 2rem 0 1rem;
|
||||
width: 100%;
|
||||
|
|
|
@ -42,8 +42,9 @@
|
|||
--accent-color-hover: var(--blue-800);
|
||||
--selection-color: var(--accent-color);
|
||||
|
||||
--brand-github: #333;
|
||||
--brand-hey: #5522fa;
|
||||
--brand-github: #333;
|
||||
--brand-npm: #cc3534;
|
||||
--brand-mastodon: #6364ff;
|
||||
--brand-lastfm: #d51007;
|
||||
--brand-trakt: #ed1c24;
|
||||
|
|
Reference in a new issue