Disabled highlight square when tapping a button on mobile
This commit is contained in:
parent
f08620687f
commit
e5f02f0782
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
font-family: "Inter";
|
font-family: "Inter";
|
||||||
|
|
||||||
|
/* Disable the blue square when you tap a button on mobile */
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*-Texts-----------------------------*/
|
/*-Texts-----------------------------*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue