fix: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 18:56:50 -07:00
parent 6ac50af454
commit be8cc52bb4
No known key found for this signature in database
29 changed files with 50 additions and 37 deletions

View file

@ -178,6 +178,17 @@ a:has(svg):focus-within {
outline: none;
}
a.icon-link:focus,
a.icon-link:focus-within {
outline: var(--outline-default);
border-radius: var(--border-radius-slight);
text-decoration: none;
& svg {
outline: none;
}
}
a:hover,
a:focus,
a:active,