I can’t seem to find the correct CSS code to make the categories alternate colors. I have it working properly for my topic list.
.topic-list-item:nth-child(odd) {
background-color: #404040;
}
Can someone point me in the right direction to do the same thing but for the categories page?