Disabled highlight square when tapping a button on mobile

This commit is contained in:
Gu://em_ 2026-04-13 19:37:07 +02:00
parent f08620687f
commit e5f02f0782

View file

@ -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-----------------------------*/