octomode/templates/default.css
2022-10-02 11:40:54 +02:00

17 lines
212 B
CSS

@charset "utf-8";
/* ADD SHORT TEXT HERE: THIS DOCUMENT SPEAKS CSS */
@page{
size: A5;
}
@page:first{
background-color: pink;
}
body{
color: green;
}
section#cover{
page-break-after: always;
}