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

View file

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

View file

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

View file

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