Sidebar styling
Posted by Mark S on Jan 06, 2021; 10:45am
URL: https://discuss.asciidoctor.org/Sidebar-styling-tp8431.html
I'm using asciidoctor-pdf. In my theme-pdf.yml file I have:
sidebar:
font-family: Serif
background-color: #EEEEEE
sidebar-title:
font-family: Helvetica
This works as expected.
But I'd really like to have two (or even three) different sidebar styles. I tried using roles but couldn't get them to work. Is it possible to have different sidebar styles?