diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 09:37:05 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-19 09:37:05 -0700 |
| commit | 5f2fa682310a6df703d6d65a49fd96159cb43823 (patch) | |
| tree | db645f6ed630b6a159ae31e9df10e3e9c5d085a9 /css | |
| parent | 5e2814b3f0cf0d92c7e4722648cd3006de9596ea (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.css | 1 |
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 { |
