fix: book focus state

This commit is contained in:
Cory Dransfeldt 2024-06-20 19:50:19 -07:00
parent b9506f48ac
commit 1f3f03a7bd
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -14,6 +14,10 @@
transition-duration: 300ms;
}
a {
display: flex;
}
& a:hover img,
& a:focus img,
& a:active img {