chore: update nav
This commit is contained in:
parent
6d473aaf87
commit
8e9f7f853c
4 changed files with 13 additions and 13 deletions
|
@ -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); }
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue