fix: artist mb outline

This commit is contained in:
Cory Dransfeldt 2024-07-05 09:34:24 -07:00
parent e728824651
commit 1452690c9c
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

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

View file

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