chore: styles
This commit is contained in:
parent
2d1cdc54f6
commit
00080afdc3
4 changed files with 3 additions and 20 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -58,14 +58,6 @@
|
|||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: 1.5;
|
||||
|
||||
&:focus-within {
|
||||
outline: var(--outline);
|
||||
}
|
||||
|
||||
& a {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
& .title,
|
||||
|
|
|
@ -59,15 +59,6 @@
|
|||
stroke: var(--tattoo);
|
||||
}
|
||||
}
|
||||
|
||||
&.brain:focus,
|
||||
&.brain:focus-within {
|
||||
outline: 0;
|
||||
|
||||
& svg {
|
||||
outline: var(--outline);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue