octomode/templates/default.css

10 lines
116 B
CSS

@page{
size: A5;
}
@page:first{
background-color: pink;
}
section#cover,
section#TOC{
page-break-after: always;
}