html.tpl.php can add page top and page bottom sections. For an example, enable feedback module and it will add a form into the page bottom section. The result is white text on a white background due to body being set to white text.
We need to either add a different text color to .region-page-bottom and .region-page-top or not have the base body text color be white.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bartik-body.patch | 538 bytes | jody lynn |
Comments
Comment #1
jody lynnActually, simply removing the text color from body fixes this and does not change the theme in any way I can see.
Comment #2
jody lynnThe patch in #988026: Move background color from body to #page-wrapper fixes this problem.