fix: badge params + focus

This commit is contained in:
Cory Dransfeldt 2024-07-03 13:40:34 -07:00
parent ce27944f3f
commit faa3c78cad
No known key found for this signature in database
4 changed files with 45 additions and 43 deletions

View file

@ -9,6 +9,15 @@
justify-content: center;
}
& a {
outline: 0;
&:focus img,
&:focus-within img {
outline: var(--outline)
}
}
& img {
image-rendering: pixelated;
}