chore: colors
This commit is contained in:
parent
a491180c36
commit
00af9a5844
4 changed files with 9 additions and 9 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.4",
|
"version": "15.0.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.4",
|
"version": "15.0.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "15.0.4",
|
"version": "15.0.5",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -322,7 +322,7 @@ nav .active svg {
|
||||||
.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; }
|
||||||
.brain svg { stroke: var(--brand-listenbrainz) !important; }
|
.brain svg { stroke: var(--brand-listenbrainz) !important; }
|
||||||
.device-tv svg { stroke: var(--brand-trakt) !important; }
|
.device-tv svg { stroke: var(--brand-tv) !important; }
|
||||||
.news svg { stroke: var(--brand-instapaper) !important; }
|
.news svg { stroke: var(--brand-instapaper) !important; }
|
||||||
.books svg { stroke: var(--brand-books) !important; }
|
.books svg { stroke: var(--brand-books) !important; }
|
||||||
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
|
||||||
|
|
|
@ -48,14 +48,14 @@
|
||||||
--brand-npm: #cc3534;
|
--brand-npm: #cc3534;
|
||||||
--brand-mastodon: #6364ff;
|
--brand-mastodon: #6364ff;
|
||||||
--brand-listenbrainz: #e97941;
|
--brand-listenbrainz: #e97941;
|
||||||
--brand-trakt: #ed1c24;
|
--brand-tv: #d63031;
|
||||||
--brand-instapaper: var(--text-color);
|
--brand-instapaper: var(--text-color);
|
||||||
--brand-books: #12c28e;
|
--brand-books: #10b582;
|
||||||
--brand-buy-me-a-coffee: #40dca5;
|
--brand-buy-me-a-coffee: #40dca5;
|
||||||
--brand-rss: #f26522;
|
--brand-rss: #f26522;
|
||||||
--webrings: #ec8fd0;
|
--webrings: #e68abb;
|
||||||
--moon: #655ad2;
|
--moon: #5a4ac4;
|
||||||
--sun: #ffa700;
|
--sun: #ffb200;
|
||||||
|
|
||||||
/* fonts */
|
/* fonts */
|
||||||
--font-mono: MonoLisa, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
--font-mono: MonoLisa, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||||
|
|
Reference in a new issue