chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 20:13:21 -07:00
parent e8ae3c1448
commit 39ce5ea05c
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.3.6", "version": "22.3.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.3.6", "version": "22.3.7",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.3.6", "version": "22.3.7",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -43,8 +43,8 @@ body {
::-webkit-scrollbar, ::-webkit-scrollbar,
body::-webkit-scrollbar { body::-webkit-scrollbar {
width: var(--sizing-sm); width: var(--sizing-md);
height: var(--sizing-sm); height: var(--sizing-md);
} }
a:focus, a:focus,