fix: badge params + focus
This commit is contained in:
parent
ce27944f3f
commit
faa3c78cad
4 changed files with 45 additions and 43 deletions
|
@ -9,6 +9,15 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
& a {
|
||||
outline: 0;
|
||||
|
||||
&:focus img,
|
||||
&:focus-within img {
|
||||
outline: var(--outline)
|
||||
}
|
||||
}
|
||||
|
||||
& img {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
|
Reference in a new issue