Bugzilla stylesheet seems to assume default foreground color for text in browser settings is black, this is not always the case. If user has set the text color as purple or white text will be invisible on many pages. As a quick workaround setting body { color: black; } will help, but more pedantic solution would be to follow the thumb rule "always set background and foreground color together".
Done
Done, and closed the bug.