Greetings, fellow monks.

While browsing Perlmonks, I tend to use the Night Shift Theme, with no custom CSS. However, I've noticed a strange display issue: when browsing a user's nodes, every second row the color of a link and the background-color of the row will be almost the same, making it very difficult to read. Does anyone know of a way I can resolve this?


Thanks,
Spidy

Replies are listed 'Best First'.
Re: Nightshift theme issue
by ysth (Canon) on Dec 10, 2006 at 03:42 UTC
    That page (and a number of other places) uses <tr class="highlight"> on alternate rows. A number of other places in the pm code explicitly set the background color as $$THEME{clr_highlight} || (some default) where (some default) has various values. It would be a nice project for some pmdevil to go through and standardize everything to use the clr_highlight color (and go through all the standard themes and make sure it's set appropriately).

    But, conceptually, if there's no theme set, should we continue to set class="highlight" ?