chore: update nav

This commit is contained in:
Cory Dransfeldt 2024-07-21 14:45:08 -07:00
parent 6d473aaf87
commit 8e9f7f853c
No known key found for this signature in database
4 changed files with 13 additions and 13 deletions

View file

@ -85,7 +85,7 @@ code {
/* social icons */
:is(body, html, nav) a {
&.at > svg { stroke: var(--brand-proton); }
&.brand-gmail > svg { stroke: var(--brand-gmail); }
&.brand-github > svg { stroke: var(--brand-github); }
&.brand-npm > svg { stroke: var(--brand-npm); }
&.brand-mastodon > svg { stroke: var(--brand-mastodon); }

View file

@ -42,7 +42,7 @@
--accent-color: var(--blue-600);
--accent-color-hover: var(--blue-800);
--brand-proton: #6d4aff;
--brand-gmail: #ea4335;
--brand-github: #333;
--brand-npm: #cc3534;
--brand-mastodon: #6364ff;