From 07948581a31cf507f53916a90ab59d5f81b04b41 Mon Sep 17 00:00:00 2001 From: jazzyjackson Date: Wed, 1 May 2024 22:53:54 -0400 Subject: [PATCH] print-color-adjust:exact --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 4fcb077..b13fb00 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,9 @@ body { background: black; color: skyblue; + /* don't allow print dialog to ignore background colors */ + -webkit-print-color-adjust:exact !important; + print-color-adjust:exact !important; } div { position: relative;