Closed
Bug 519681
Opened 16 years ago
Closed 16 years ago
Planet doesn't define a text color for content
Categories
(Websites :: planet.mozilla.org, defect)
Websites
planet.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tmikkola, Assigned: reed)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090926 Gentoo Firefox/2.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090926 Gentoo Firefox/2.0
Most of the text on the pages uses the user's default text color (i.e. there's no text color defined), causing users with an inverted color scheme to get bright text on a bright background.
Reproducible: Always
Steps to Reproduce:
1. Go to Edit->Preferences->Content->Colors
2. Set text color to something bright, bg color to something dark
3. Go to PMO.
Actual Results:
Most of the text on the page is almost invisible.
Expected Results:
Text is black.
Just add body {color: #000;} to your stylesheet.
Comment 2•16 years ago
|
||
Reed: who should i poke about getting this fixed?
| Assignee | ||
Comment 3•16 years ago
|
||
Assignee: asa → reed
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
OS: Linux → All
Hardware: x86 → All
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•