CS 0 Unsubscribe Flag as spam Edit Delete Dark Mode Meta Tags Shared by Carin Slater, 2022-12-03 21:27:23. Tagged: Boilerplate, 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 <!--Dark Mode meta tags needed to enable Dark Mode in email client user agents--> <meta name="color-scheme" content="light dark"> <meta name="supported-color-schemes" content="light dark only"> <style type="text/css"> :root { color-scheme: light dark; supported-color-schemes: light dark; } </style>