CS 0 Unsubscribe Flag as spam Edit Delete Use off-white/off-dark colors to prevent color changing in Dark Mode (Ted Goas/Paul Airy) Shared by Carin Slater, 2022-12-03 21:43:21. Tagged: Hack, All 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 <!--Prevent email clients from manipulating dark mode styles by using slightly off-white (#fffff0) or slighting off-black (#00000f)--> <style> @media (Prefers-color-scheme: dark) { .fubar { background: #fffff0 !important; color: #00000f !important; } </style>