Hi All;
I need some inputs on an issue i am facing with emails on outlook app in IOS in dark mode:
All the links appear in blue in dark mode in IOS. I tried below and it works when I test it on browsers with dark mode enabled however in outlook app in IOS in dark mode the issue is still there.
I have referred to below for sugestions and tried it:
https://www.litmus.com/blog/the-ultimate-guide-to-dark-mode-for-email-marketers/
Below is the code snippet for reference:
@media (prefers-color-scheme: dark) {
a.footerLink {
color: #6666 !important;
}
}
<!--[if mso]>
<style type="text/css">
a.footerLink {
color: #6666 !important;
}
[data-ogsc] a.footerLink {
color: #6666 !important;
}
[office365] a.footerLink {
color: #6666 !important;
}
[data-ogsb] a.footerLink {
color: #6666 !important;
}
Has anyone faced this issue? Any inputs would be highly appreciated.
thanks
Vabs
Litums additional article: https://www.litmus.com/blog/new-in-litmus-outlook-for-office-365-dark-mode/