From e096f03a2a4fd157eb9a9d2d8e8cee4558633258 Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Sun, 2 Feb 2025 18:05:03 +0000 Subject: [PATCH] Fix(UI): Prevent CV dates from appearing as phone numbers on iOS. --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index d4b1a7f..74140de 100644 --- a/index.html +++ b/index.html @@ -173,6 +173,9 @@ font-size: 0.9rem; width: 50%; min-width: 50%; + -webkit-text-fill-color: inherit; + text-decoration: none; + pointer-events: none; } .experience-card:last-child { margin-bottom: 0;