Fossil

View Ticket
Login

View Ticket

Ticket Hash: 53aa95f382289c25ee847521762edbe7e5da768e
Title: web colors broken
Status: Closed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Overcome_By_Events
Last Modified: 2023-01-17 16:58:56
Version Found In: [4c931047ef] 2010-05-14 17:02:31
Description:
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.


Attachments: