summaryrefslogtreecommitdiff
path: root/css
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 /css
parent5e2814b3f0cf0d92c7e4722648cd3006de9596ea (diff)
Make it so the links are the same on iOS as they are on desktop
Diffstat (limited to 'css')
-rw-r--r--css/body.css1
1 files changed, 1 insertions, 0 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 {