Skip to content

Commit

Permalink
Remove anchor link focus padding
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Apr 5, 2024
1 parent 787c97c commit bfd1744
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/extra/normalize.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@
}

:where(a) {
padding-inline: var(--size-1);
margin-inline: calc(var(--size-1) * -1);
padding-block: var(--size-1);
margin-block: calc(var(--size-1) * -1);

&:where([href]) {
text-decoration-color: var(--indigo-2);

Expand Down

0 comments on commit bfd1744

Please sign in to comment.