I am using R presentations to create talk slides. I am trying to have bullet points at different sizes, so the the sub-bullet points (blah2) are smaller than the main ones (blah).
I know that style can be amended using a CSS stylesheet, which can be put inline before the slides code. I've modified it but it's not giving me the desired results:
Presentation Title
========================================================
author:
date: 20/03/18
<style>
.reveal ul,
.reveal ol {
font-size: 40px;
}
.reveal ol p{
font-size: 20px;
}
</style>
Slide 1
========================================================
- blah
- blah2