.resultRow:nth-child(odd){
    background: var(--bs-highlight-bg);
}
.resultRow:nth-child(even) {
    background: var(--bs-light);
}