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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
f5eae02: Keep native list markers visible in dark-mode mail clients. Apple Mail / iOS auto-darken light emails by recoloring text but leave list-style markers at their original color, so bullets vanished on the darkened background. The serialized email head now ships a prefers-color-scheme: dark rule that gives li::marker an explicit color.