On 12/14/17, John P. Rouillard <[email protected]> wrote:
>
> I use a dark theme with white text. In release:
>
>    Fossil version 2.5 [dc7d0a2e27] 2017-12-14 18:03:01
>
> the background for the timeline detail is very light. This makes it
> difficult to view the white text.

Please try adding the following rule to your CSS:

.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
    background-color: #333;
}
-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to