You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): force dark email with color-scheme meta (iOS/Apple Mail + Gmail) (#38)
Confirmed from an iOS Mail screenshot: the cyberdeck email rendered white because
the client normalized it to the device's LIGHT appearance — the email never
declared itself dark. Send a full HTML document (not a bare <body> fragment) with
<meta name="color-scheme" content="dark"> + supported-color-schemes, plus
color-scheme:dark on the body. That tells iOS/Apple Mail and Gmail to render dark
regardless of the device setting. Keeps the table bgcolor dark canvas underneath.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments