Hi all!

I was just working to fix some recent bugs with Outlook for IOS and I noticed that the usual solution for overwriting blue dates/numbers is no longer working. This is what I have included that has worked in the past:

<style>
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
</style>