From b6c9eb73ad180355b1ab1a22c04321f25a0d3224 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Mon, 11 Jan 2021 00:38:20 +1100 Subject: [PATCH] Force printing of background colours in results table --- html/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/html/main.css b/html/main.css index 442c578..075cd9a 100644 --- a/html/main.css +++ b/html/main.css @@ -74,12 +74,18 @@ tr:first-child td { } td.excluded { background-color: #fecfcfff; + color-adjust: exact; + -webkit-print-color-adjust: exact; } td.elected { background-color: #d1fca7ff; + color-adjust: exact; + -webkit-print-color-adjust: exact; } tr.info td { background-color: #edededff; + color-adjust: exact; + -webkit-print-color-adjust: exact; } @media print {