diff --git a/src/pages/index.css b/src/pages/index.css index 6e956bb..52d1379 100644 --- a/src/pages/index.css +++ b/src/pages/index.css @@ -22,6 +22,9 @@ body { padding: 0; font-family: "Inter"; + + /* Disable the blue square when you tap a button on mobile */ + -webkit-tap-highlight-color: transparent; } /*-Texts-----------------------------*/