If I decide to stick with the default data and presentation of a new ioslides, changing only the second slide (## R Markdown) without affecting the entire item, how can I do this by setting up the css document accordingly? My goal is to simply adjust the font size for now, but eventually, I would like to modify the header as well.
Here's what I have implemented so far:
.slide#2 {
font-size: 6px;
}