chore: colors
This commit is contained in:
parent
3e3b16f343
commit
74cfa9b1af
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ nav .active svg {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* social icons */
|
/* 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-github svg { stroke: var(--brand-github) !important; }
|
||||||
.brand-npm svg { stroke: var(--brand-npm) !important; }
|
.brand-npm svg { stroke: var(--brand-npm) !important; }
|
||||||
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
|
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
--accent-color-hover: var(--blue-800);
|
--accent-color-hover: var(--blue-800);
|
||||||
--selection-color: var(--accent-color);
|
--selection-color: var(--accent-color);
|
||||||
|
|
||||||
--brand-hey: #5522fa;
|
--brand-fastmail: #0067b9;
|
||||||
--brand-github: #333;
|
--brand-github: #333;
|
||||||
--brand-npm: #cc3534;
|
--brand-npm: #cc3534;
|
||||||
--brand-mastodon: #6364ff;
|
--brand-mastodon: #6364ff;
|
||||||
|
|
Reference in a new issue