Remove remaining default tap highlights on mobiles

This commit is contained in:
Râu Cao 2026-02-10 18:44:31 +04:00
parent d30375707a
commit ccaa56b78f
Signed by: raucao
GPG Key ID: 37036C356E56CC51

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 {