From ed6c972a4b45f30a217502d2bce9e504ceb19fe6 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 24 Feb 2026 06:50:46 +0000 Subject: fix pan colouring on resume print --- public/resume/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/resume/index.html b/public/resume/index.html index 7ada8ff..7fa1fd3 100644 --- a/public/resume/index.html +++ b/public/resume/index.html @@ -46,6 +46,18 @@ html { background: white; } + + .panText { + -webkit-text-fill-color: initial; + background: none; + color: white; + } + + .bg-zd-purple, + .bg-black { + -webkit-print-color-adjust: exact; + print-color-adjust: exact; + } } /* make body at least viewport height */ -- cgit v1.2.3