chore: update nav

This commit is contained in:
Cory Dransfeldt 2024-07-21 14:45:08 -07:00
parent 6d473aaf87
commit 8e9f7f853c
No known key found for this signature in database
4 changed files with 13 additions and 13 deletions

18
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "20.12.11",
"version": "20.12.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "20.12.11",
"version": "20.12.12",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -24,7 +24,7 @@
"@supabase/supabase-js": "^2.44.4",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.15.0",
"liquidjs": "^10.16.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
@ -896,9 +896,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001642",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz",
"integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==",
"version": "1.0.30001643",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz",
"integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==",
"dev": true,
"funding": [
{
@ -2373,9 +2373,9 @@
}
},
"node_modules/liquidjs": {
"version": "10.15.0",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.15.0.tgz",
"integrity": "sha512-u5lYWhW8ioT+O3FdCcp5U+hiPEGNO4xASCFlCHA+k5rMTJwDIa2c2KF111ZDKc2xGM7LXPvMoNRIrBfbLNpRBg==",
"version": "10.16.0",
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.16.0.tgz",
"integrity": "sha512-XIgkYmiEXt1dS6Pi3IMIed43mMf9IuejnmmRiIo9g56GsKtYvPW5Y1AcM3cN1yyMsl0H5PfRoj4Y5DUpbNmg9g==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "20.12.11",
"version": "20.12.12",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {
@ -34,7 +34,7 @@
"@supabase/supabase-js": "^2.44.4",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.15.0",
"liquidjs": "^10.16.0",
"luxon": "^3.4.4",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",

View file

@ -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); }

View file

@ -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;