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.

CommentFileSizeAuthor
#1 bartik-body.patch538 bytesjody lynn

Comments

jody lynn’s picture

Status: Active » Needs review
StatusFileSize
new538 bytes

Actually, simply removing the text color from body fixes this and does not change the theme in any way I can see.

jody lynn’s picture

Status: Needs review » Closed (duplicate)