chore: update uses

This commit is contained in:
Cory Dransfeldt 2024-06-22 20:01:55 -07:00
parent eb3656f451
commit 1d3d51bf18
No known key found for this signature in database
7 changed files with 8 additions and 10 deletions

View file

@ -342,7 +342,7 @@ nav .active svg {
}
/* social icons */
.at svg { stroke: var(--brand-fastmail) !important; }
.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; }

View file

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