Remove remaining default tap highlights on mobiles

This commit is contained in:
2026-02-10 18:44:31 +04:00
parent d30375707a
commit ccaa56b78f

View File

@@ -5,6 +5,11 @@ body {
height: 100%;
overscroll-behavior: none; /* Prevent pull-to-refresh on mobile */
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
button {
-webkit-tap-highlight-color: transparent;
}
body {