thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

HtmlReporter uses invalid css color #729

Closed trevorshannon closed 1 year ago

trevorshannon commented 1 year ago

The following CSS used in the HTML generated by HtmlReporter is not valid:

.diff_sub { color: red; background-color: lightred; }

This is due to lightred not being a valid CSS color keyword.

Thus, there is no background color rendered for diff subtractions

trevorshannon commented 1 year ago

I'm happy to fix this and I have a few other style changes I'll propose in a PR.