Fossil SCM
web colors broken
Closed
53aa95f382289c2…
· opened 15 years, 10 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Overcome_By_Events
- Subsystem
- —
- Created
- May 17, 2010 5:41 p.m.
It is possible and completely reasonable to set the default web colors to white text and links on black background.
Since the fossil web pages set the background color to white and leave the text color at default you can imagine how well this meshes with different defaults.
FYI you can easily change the default colors in the preferences dialog of Firefox and Internet explorer. Some browsers require more effort to change these.
anonymous added on 2010-05-17 17:47:19:
To get the intended behaviour you probably want to add
BODY { color:black }
to the CSS.