Summary: | Litehtml viewer renders black text on dark background | ||
---|---|---|---|
Product: | Claws Mail | Reporter: | mxyfugcu |
Component: | Plugins/LiteHTML Viewer | Assignee: | users |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 4.2.0 | ||
Hardware: | All | ||
OS: | Linux |
Description
mxyfugcu
2024-04-17 13:42:47 UTC
I had the same problem and switched to claws-mail-fancy-plugin. There you have the option to specify a custom stylesheet, here's an example: html,body,table { font-family: LiberationSans; font-size: 13px; background: #2d2d2d; color: white; } a { color: #00e38f; text-decoration: none; } |