On 12/14/17, John P. Rouillard <rouilj+fos...@cs.umb.edu> 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
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to