Skip to content

Commit

Permalink
fix: remove -webkit-tap-highlight-color
Browse files Browse the repository at this point in the history
Some browsers use the `-webkit-tap-highlight-color` to set the color of
the highlight that appears over a link while it's being tapped. This
isn't desired, as we have, or plan to have interactive elements respond
visually to interactions.
  • Loading branch information
cjshearer committed Oct 30, 2023
1 parent a18764c commit d305e80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
html {
@apply bg-neutral-800 text-neutral-200;

-webkit-tap-highlight-color: transparent;
font-family: Roboto, sans-serif;
}

Expand Down

0 comments on commit d305e80

Please sign in to comment.