web: disable tap highlighting & user selection

This commit is contained in:
wukko 2024-06-14 17:34:14 +06:00
parent 92cccd720d
commit 7cab37fc30
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -24,6 +24,9 @@
:global(body) {
font-family: "IBM Plex Mono", "Noto Sans Mono", monospace;
margin: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
-webkit-user-select: none;
}
:global(a) {