CS 0 Unsubscribe Flag as spam Edit Delete Keep Text the same color in Outlook's Dark Mode (Nicole Merlin) Shared by Carin Slater, 2022-12-03 21:36:18. Tagged: Hack, Outlook Copy to Clipboard Save to Design Library Snippet Trigger View Design Library Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your Design Library. Go to Design Library. Copied to Clipboard Your snippet is out of date. Update snippet <!--Dark Mode hack to keep text the same color on Outlook ala Nicole Merlin: https://webdesign.tutsplus.com/tutorials/how-to-fix-outlook-dark-mode-problems--cms-37718--> <!--Styles--> <!--[if (gte mso 9)|(IE)]> <style> .keep-black { mso-style-textfill-type:gradient; mso-style-textfill-fill-gradientfill-stoplist:"0 \#000000 1 100000\,99000 \#000000 1 100000"; color: #ffffff !important; } a.keep-black { mso-style-textfill-type:gradient; mso-style-textfill-fill-gradientfill-stoplist:"0 \#000000 1 100000\,99000 \#000000 1 100000"; color: #ffffff !important; } .keep-white { mso-style-textfill-type:gradient; mso-style-textfill-fill-gradientfill-stoplist:"0 \#FFFFFF 0 100000\,100000 \#FFFFFF 0 100000"; color: #000000 !important; } a.keep-white { mso-style-textfill-type:gradient; mso-style-textfill-fill-gradientfill-stoplist:"0 \#ffffff 1 100000\,100000 \#ffffff 1 100000"; color: #000000 !important; } </style> <![endif]--> <!--HTML with VML--> <tr> <td background="https://i.imgur.com/YJOX1PC.png" bgcolor="#7bceeb" width="600" height="200" valign="top"> <!--[if gte mso 9]> <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:600px;height:200px;"> <v:fill type="tile" src="https://i.imgur.com/YJOX1PC.png" color="#7bceeb" /> <v:textbox inset="0,0,0,0"> <![endif]--> <div> <h1 class="keep-white" style="font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:36px; line-height:46px; color:#ffffff; margin:50px 0; padding:0; text-align: center;"> H1 - Proxima Nova Bold #262524 36/46 </h1> </div> <!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]--> </td> </tr> <!--HTML w/o VML--> <tr> <td align="left" valign="top" style="background-color: #38B18F;"> <h1 class="keep-white" style="font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-size:36px; line-height:46px; color:#ffffff; margin:40px 0; padding:0; text-align: center;"> H1 - Proxima Nova Bold #262524 36/46 </h1> </td> </tr>