AnkiWeb should alternate row colors

Me too. But if dae sees this: This requires just a small change. E.g. adding the following css into SharedList.Bobtak-u.css will achieve the desired result:

tr:nth-child(odd) {
  background-color: #f2f2f2;
}

Image

Number 1 with dev console

Number 2 without dev console

2 Likes