updating documentation with details on how to make background-color and color CSS properties work in header/footer

This commit is contained in:
Julien Neuhart
2019-10-31 17:12:34 +01:00
parent ad4a16cc4e
commit 94acb0c6ae
2 changed files with 2 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ There are some limitations:
* `footer.html` CSS properties override the ones from `header.html`
* only fonts installed in the Docker image are loaded (see the [fonts section](#fonts))
* images only work using a `base64` encoded source (`<img src="data:image/png;base64, iVBORw0K... />`)
* `background-color` and `color` CSS properties require an additional `-webkit-print-color-adjust: exact` CSS property in order to work
### cURL