Wiki table style suggestion

Discussion in 'Wiki Discussion' started by Webberjo, May 15, 2021.

  1. Webberjo

    Webberjo Space Hobo

    Regarding pages with tables, like https://starbounder.org/Food

    Would you consider adding a style to alternate the row backgrounds, such as this? It would really help keep track of things, especially for users with wide screens.

    Code:
    .gametable tr:nth-child(even) {
        background: rgba(0,0,0,0.3);
    }
     

Share This Page