aboutsummaryrefslogtreecommitdiff
path: root/public/resume/index.html
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-24 06:50:46 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-24 06:50:46 +0000
commited6c972a4b45f30a217502d2bce9e504ceb19fe6 (patch)
tree406583e3670a723bc7053f7ed158bc6eea0ced8b /public/resume/index.html
parentd777167e3116d4fb6763228c0c5e55ce9c855091 (diff)
downloadzue.dev-ed6c972a4b45f30a217502d2bce9e504ceb19fe6.tar
zue.dev-ed6c972a4b45f30a217502d2bce9e504ceb19fe6.tar.gz
zue.dev-ed6c972a4b45f30a217502d2bce9e504ceb19fe6.tar.bz2
zue.dev-ed6c972a4b45f30a217502d2bce9e504ceb19fe6.tar.xz
zue.dev-ed6c972a4b45f30a217502d2bce9e504ceb19fe6.zip
fix pan colouring on resume print
Diffstat (limited to 'public/resume/index.html')
-rw-r--r--public/resume/index.html12
1 files changed, 12 insertions, 0 deletions
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 */