chore: colors

This commit is contained in:
Cory Dransfeldt 2024-04-30 15:50:46 -07:00
parent 3e3b16f343
commit 74cfa9b1af
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -316,7 +316,7 @@ nav .active svg {
}
/* social icons */
.at svg { stroke: var(--brand-hey) !important; }
.at svg { stroke: var(--brand-fastmail) !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-hover: var(--blue-800);
--selection-color: var(--accent-color);
--brand-hey: #5522fa;
--brand-fastmail: #0067b9;
--brand-github: #333;
--brand-npm: #cc3534;
--brand-mastodon: #6364ff;