ianmclaughlin
Results
1
issues of
ianmclaughlin
Mail isn't automatically dark inverted using the Mail app on iOS, until I use `@media (prefers-color-scheme: dark)` and feed it the inverted colors ``` @media (prefers-color-scheme: dark) { body {...