Skip to content

Commit

Permalink
disabling blue highlight on tap or click
Browse files Browse the repository at this point in the history
  • Loading branch information
romualdo-ah committed Jan 21, 2022
1 parent 858b0c9 commit b69edbc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

*
{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

0 comments on commit b69edbc

Please sign in to comment.