chore: update styles

This commit is contained in:
Cory Dransfeldt 2024-06-28 15:57:59 -07:00
parent bcbe90d9f1
commit 56b766eefc
No known key found for this signature in database
4 changed files with 14 additions and 8 deletions

14
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.6.15",
"version": "19.6.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.6.15",
"version": "19.6.16",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -471,6 +471,7 @@
"resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.10.2.tgz",
"integrity": "sha512-qyCQaNg90HmJstsvr2aJNxK2zgoKh9ZZA8oqb7UT2LCh3mj9zpa3Iwu167AuyNxsxrUE8eEJ2yH6wLCij4EApA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@supabase/node-fetch": "^2.6.14",
"@types/phoenix": "^1.5.4",
@ -493,6 +494,7 @@
"resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.2.tgz",
"integrity": "sha512-fouCwL1OxqftOwLNgdDUPlNnFuCnt30nS4kLcnTpe6NYKn1PmjxRRBFmKscgHs6FjWyU+32ZG4uBJ29+/BWiDw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@supabase/auth-js": "2.64.2",
"@supabase/functions-js": "2.4.1",
@ -535,6 +537,7 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
@ -543,13 +546,15 @@
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/@types/phoenix/-/phoenix-1.6.5.tgz",
"integrity": "sha512-xegpDuR+z0UqG9fwHqNoy3rI7JDlvaPh2TY47Fl80oq6g+hXT+c/LEuE43X48clZ6lOfANl5WrPur9fYO1RJ/w==",
"dev": true
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.5.10",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
@ -3389,7 +3394,8 @@
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
"dev": true,
"license": "MIT"
},
"node_modules/unpipe": {
"version": "1.0.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.6.15",
"version": "19.6.16",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -51,7 +51,7 @@
content: '';
top: 0;
left: 1px;
box-shadow: inset 0 -70px 50px -40px var(--black);
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}

View file

@ -50,7 +50,7 @@
content: '';
bottom: 1px;
left: 1px;
box-shadow: inset 0 -70px 75px -40px #000;
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}
@ -116,7 +116,7 @@
content: '';
top: 0;
left: 1px;
box-shadow: inset 0 -70px 75px -40px #000;
box-shadow: inset 0 -85px 60px -65px var(--black);
width: calc(100% - 2px);
height: calc(100% - 1px);
}