From 5f2fa682310a6df703d6d65a49fd96159cb43823 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sat, 19 Sep 2026 09:37:05 -0700 Subject: Make it so the links are the same on iOS as they are on desktop --- css/body.css | 1 + 1 file changed, 1 insertion(+) (limited to 'css/body.css') 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 { -- cgit v1.2.3