Skip to content

Commit

Permalink
fix: adding new css tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gfidder committed Oct 17, 2023
1 parent ce43c8f commit cf712f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/src/styles/accessibility.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
*:not(:active):focus-visible {
@apply outline-offset-4;
}

a:has(> img) {
@apply inline-block;
}

0 comments on commit cf712f5

Please sign in to comment.