Page 1 of 1

https://www.palemoon.org/menustyle.css needs work

Posted: 2016-05-14, 20:43
by kawiboy
Please fix the body definition in menustyle.css from
body {
background-color: #FFFFFF;
}

to
body {
background-color: #FFFFFF;
color: #000000;
}

The current definition makes pages unreadable for those of us who default to a black background with white text.

The general rule is, "If you set one color, you must set ALL colors."

Re: https://www.palemoon.org/menustyle.css needs work

Posted: 2016-05-14, 23:02
by Moonchild
Actually, menustyle shouldn't have a body {} selector. :P