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

View file

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