We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gmail ios dark mode converts background color. How should one apply blend mode using Tailwind?
<Head> <meta name="color-scheme" content="dark" /> <style> {` u + .body .gmail-blend-screen { background: #121212; mix-blend-mode: screen; } u + .body .gmail-blend-difference { background: #121212; mix-blend-mode: difference; } .body .gmail-blend-screen { background: #121212; mix-blend-mode: screen; } .body .gmail-blend-difference { background: #121212; mix-blend-mode: difference; } body { background-color: #121212; color: #faf8f5e6; font-size: 14px; font-family: Inter, sans-serif; } `} </style> </Head> <Preview>{previewText}</Preview> <Tailwind config={{ theme: { extend: { }, }, }} > <Body> <Container className="gmail-blend-screen"> <Container className="gmail-blend-difference"> <Container> ...
react-email
this issue
check gmail ios on darkmode
original dark backgrouund.
lts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
gmail ios dark mode converts background color.
How should one apply blend mode using Tailwind?
Which package is affected (leave empty if unsure)
react-email
Link to the code that reproduces this issue
this issue
To Reproduce
check gmail ios on darkmode
Expected Behavior
original dark backgrouund.
What's your node version? (if relevant)
lts
The text was updated successfully, but these errors were encountered: