From 7aded4d5c5bcf6818e0888c1c024fe1e99423623 Mon Sep 17 00:00:00 2001 From: adrien Date: Mon, 11 Sep 2023 15:29:37 +0200 Subject: [PATCH] print background color --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index eab745c..fb5bc15 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +*{ + color-adjust: exact; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; +} :root { --k: 1353651.53435435; }