chore: styles

This commit is contained in:
Cory Dransfeldt 2024-07-04 16:08:12 -07:00
parent 2d1cdc54f6
commit 00080afdc3
No known key found for this signature in database
4 changed files with 3 additions and 20 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.10.0", "version": "19.10.1",
"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": {

View file

@ -58,14 +58,6 @@
& .title { & .title {
font-weight: var(--font-weight-bold); font-weight: var(--font-weight-bold);
line-height: 1.5; line-height: 1.5;
&:focus-within {
outline: var(--outline);
}
& a {
outline: 0;
}
} }
& .title, & .title,

View file

@ -59,15 +59,6 @@
stroke: var(--tattoo); stroke: var(--tattoo);
} }
} }
&.brain:focus,
&.brain:focus-within {
outline: 0;
& svg {
outline: var(--outline);
}
}
} }
} }
} }