Skip to content
New issue

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

anchor on hover status - change color #62

Open
ignacio-gomez opened this issue Apr 17, 2020 · 2 comments
Open

anchor on hover status - change color #62

ignacio-gomez opened this issue Apr 17, 2020 · 2 comments

Comments

@ignacio-gomez
Copy link

I cant' figure it out how to customize the hover color for an anchor.
I noticed that whatever i put in the stylesheet is added as inline style in the a tag., and the hover status is ignored.

a {color: red};
a:hover {color: blue;}

render always a 'red' color . It ignores the hover status

@stuyam
Copy link
Member

stuyam commented Apr 17, 2020

hover status is something we are working on. the way to do it would be to add a <style> section in the of the html that has the hover code and it won't be inlined. Note: hover only works in some some email clients.

@ignacio-gomez
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants