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",
"version": "22.3.6",
"version": "22.3.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "22.3.6",
"version": "22.3.7",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

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

View file

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