octomode/templates/default.css
2022-01-12 21:27:06 +01:00

10 lines
116 B
CSS

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