I am trying to change the color of the text in bullets in ioslides rmarkdown using a css file. I tried using p but there I couldn't.
p {
display: block;
font-size: 30px;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color: red;
}