chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-17 19:50:07 -07:00
parent bfbeba9916
commit 04622dbce7
No known key found for this signature in database
7 changed files with 50 additions and 48 deletions

View file

@ -39,6 +39,16 @@
}
}
& a:has(img) {
display: flex;
}
& a:focus img,
& a:focus-within img {
outline: var(----outline-default);
border: 0;
}
& img {
border: var(--border-default);
border-radius: var(--border-radius-slight);