I have this code:
@page :blank {
background: #151514;
}
but every blank page generated with:
page-break-after: right;
is rendered completely white. Is this by design? Is there a way to circumvent this?
- Felipe
@page :blank {
background: #151514;
}
but every blank page generated with:
page-break-after: right;
is rendered completely white. Is this by design? Is there a way to circumvent this?
- Felipe