Ioslides for Rmarkdown have this gradient background, and I would like it to be solid white.
I tried two different ways to remove the gradient effect using a css file, but neither have been successful.
body {
background-color: white;
}
slide {
background-color: white;
}
An online demo of the problem is here:
https://rpkgarcia.shinyapps.io/NISSpresentation2022KurtzGarcia/#1