CS 0 Subscribe Flag as spam Edit Delete Target Apple/iOS for dark mode. Shared by Carin Slater, 2022-12-03 21:28:52. Tagged: Media Query, iPhone 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 media queries to target Apple and iOS--> <style> @media (prefers-color-scheme: dark) { .fubar { } } </style>