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",
|
"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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -59,15 +59,6 @@
|
||||||
stroke: var(--tattoo);
|
stroke: var(--tattoo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.brain:focus,
|
|
||||||
&.brain:focus-within {
|
|
||||||
outline: 0;
|
|
||||||
|
|
||||||
& svg {
|
|
||||||
outline: var(--outline);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue