diff options
Diffstat (limited to 'public/resume/index.html')
| -rw-r--r-- | public/resume/index.html | 12 |
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 */ |
