octomode/templates/default.css

10 lines
116 B
CSS
Raw Normal View History

2022-01-12 21:27:06 +01:00
@page{
size: A5;
}
@page:first{
background-color: pink;
}
section#cover,
section#TOC{
page-break-after: always;
}