Author: nick.white
Description:
Screenshot of unreadable font color when using erudite skin
There are several places in the CSS where background-color is set, without setting the text color. If the text color is set to something other than the default, whether because the user is visually impaired, or because they are using a different skin, it can then be unreadable.
This is the case for example when using the extension with the Erudite skin (see attached screenshot), because the default text colour for the message area is very light (as the background is expected to be dark grey).
The solution is either to remove the background-color settings, or explicitly add the color for the text (and links), if you're sure you want them. I'll attach a patch for both options in a moment.
Version: master
Severity: normal
Attached: