.striped-repeater > ul > div > li:nth-child(odd) {
    background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1)) !important;
}

.dark .striped-repeater > ul > div > li:nth-child(odd) {
    background-color: rgb(255 255 255 / 0.01) !important;
}