summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-19 09:37:05 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-19 09:37:05 -0700
commit5f2fa682310a6df703d6d65a49fd96159cb43823 (patch)
treedb645f6ed630b6a159ae31e9df10e3e9c5d085a9
parent5e2814b3f0cf0d92c7e4722648cd3006de9596ea (diff)
Make it so the links are the same on iOS as they are on desktop
-rw-r--r--css/body.css1
-rw-r--r--html/app.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/css/body.css b/css/body.css
index b7aad2d..e252f1c 100644
--- a/css/body.css
+++ b/css/body.css
@@ -18,6 +18,7 @@
* {
box-sizing: border-box;
+ -webkit-tap-highlight-color: transparent;
}
html, body {
diff --git a/html/app.html b/html/app.html
index 351b15a..b5e4d0d 100644
--- a/html/app.html
+++ b/html/app.html
@@ -24,7 +24,7 @@
<link rel="stylesheet" type="text/css" href="/css/all.css">
<link rel="icon" type="image/x-icon" href="/images/logos/taya.gif">
</head>
-<body>
+<body ontouchstart>
<div class="container">
{{HEADER}}