From e5f02f078232e4b98fcecc17ea775ec50facbdc6 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Mon, 13 Apr 2026 19:37:07 +0200 Subject: [PATCH] Disabled highlight square when tapping a button on mobile --- src/pages/index.css | 3 +++ 1 file changed, 3 insertions(+) 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-----------------------------*/