From 94acb0c6ae4e7125694e213a95a2665146fa8004 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 31 Oct 2019 17:12:34 +0100 Subject: [PATCH] updating documentation with details on how to make background-color and color CSS properties work in header/footer --- build/docs/content/04-html.md | 1 + docs/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/build/docs/content/04-html.md b/build/docs/content/04-html.md index 3f147df8..f0134ed2 100644 --- a/build/docs/content/04-html.md +++ b/build/docs/content/04-html.md @@ -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 (`fonts section)
  • 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