I have created sending email after each build in Jenkins using editable email notification plugin. In body of mail I have added emailable-report.html generated by maven surefire report. I have discovered problem with appearance of this report in gmail - it not showing background-color at all in spite of outlook.
So the question is how can I modify CSS styles in emailable-report.html for correct view? Should I customize my report using TestNG Listener and IReporter?