fix: styles + spacing

This commit is contained in:
Cory Dransfeldt 2024-07-04 17:56:49 -07:00
parent 00080afdc3
commit 3cd99c5ff7
No known key found for this signature in database
6 changed files with 34 additions and 25 deletions

View file

@ -85,23 +85,25 @@ code {
/* social icons */
:is(body, html, nav) a {
&.at > svg { stroke: var(--brand-proton); }
&.brand-github > svg { stroke: var(--brand-github); }
&.brand-npm > svg { stroke: var(--brand-npm); }
&.brand-mastodon > svg { stroke: var(--brand-mastodon); }
&.article > svg { stroke: var(--posts) }
&.books > svg { stroke: var(--books); }
&.brain > svg { stroke: var(--brand-listenbrainz); }
&.clock-hour-3 > svg { stroke: var(--now); }
&.coffee > svg { stroke: var(--brand-buy-me-a-coffee); }
&.device-tv > svg { stroke: var(--tv); }
&.favorite > svg { stroke: var(--favorite) }
&.headphones > svg { stroke: var(--music); }
&.heart-handshake > svg { stroke: var(--webrings); }
&.info-circle > svg { stroke: var(--about) }
&.link > svg { stroke: var(--links); }
&.rss > svg { stroke: var(--brand-rss); }
&.search > svg { stroke: var(--search) }
&.at > svg { stroke: var(--brand-proton) !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; }
&.article > svg { stroke: var(--posts) !important; }
&.books > svg { stroke: var(--books) !important; }
&.brain > svg { stroke: var(--brand-listenbrainz) !important; }
&.clock-hour-3 > svg { stroke: var(--now) !important; }
&.coffee > svg { stroke: var(--brand-buy-me-a-coffee) !important; }
&.device-tv > svg { stroke: var(--tv) !important; }
&.favorite > svg { stroke: var(--favorite) !important; }
&.headphones > svg { stroke: var(--music) !important; }
&.heart-handshake > svg { stroke: var(--webrings) !important; }
&.info-circle > svg { stroke: var(--about) !important; }
&.json > svg { stroke: var(--json) !important; }
&.link > svg { stroke: var(--links) !important; }
&.mail-plus > svg { stroke: var(--newsletter) !important; }
&.rss > svg { stroke: var(--brand-rss) !important; }
&.search > svg { stroke: var(--search) !important; }
}
:is(body, html, nav .search) svg {