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
New Gmail web client seems to differ from before in how it handles button shown in email.
In previous version the button text was shown colored in accordance with theme, but now it shows as:
From what it looks new Gmail web client adds its own style that overrides the embedded CSS from hermes theme:
This is fixable by adding inline CSS to the button color: white; (for example) to make it look as below:
color: white;
Or I think this could be fixed by doing what #3 suggests and inlining all CSS.
The text was updated successfully, but these errors were encountered:
Closing since merged.
Thanks for such a nice package!
Sorry, something went wrong.
No branches or pull requests
New Gmail web client seems to differ from before in how it handles button shown in email.
In previous version the button text was shown colored in accordance with theme, but now it shows as:
From what it looks new Gmail web client adds its own style that overrides the embedded CSS from hermes theme:
This is fixable by adding inline CSS to the button
color: white;
(for example) to make it look as below:Or I think this could be fixed by doing what #3 suggests and inlining all CSS.
The text was updated successfully, but these errors were encountered: