R quarto kableExtra row background color
I’m making a Quarto HTML document, and I would like to change the background colors in table rows. I’m using kableExtra, and the rows are colored as I expect when I run an individual code chunk in RStudio, but when I knit the document, the row colors are different. The knit document appears to color every other row slightly darker and then add my colors over top. How can I prevent the knit document from changing the colors that I specify?