diff --git a/public/css/resume.css b/public/css/resume.css index 7132ee1..01e481b 100644 --- a/public/css/resume.css +++ b/public/css/resume.css @@ -64,6 +64,16 @@ color: black !important; overflow: hidden; /* Ensure single-page fit */ } + .resume-link { + text-decoration: none !important; + color: black !important; /* Ensure black ink for printing */ + } + + /* Prevent Page Bleed */ + .resume-paper { + overflow: hidden; + page-break-after: avoid; + } } :root[data-view-type="web"] body.resume-body { @@ -125,3 +135,8 @@ margin: 5px 0; padding-left: 20px; } + +:root[data-view-type="paper"] .resume-link { + text-decoration: none; + color: #333; /* Match your resume text color */ +} diff --git a/src/views/pages/resume.handlebars b/src/views/pages/resume.handlebars index e9ffe43..3740a9d 100644 --- a/src/views/pages/resume.handlebars +++ b/src/views/pages/resume.handlebars @@ -18,7 +18,10 @@

{{name}}

- {{demographics.city}}, {{demographics.state}} {{demographics.zip}} | {{contact_information.cell}} | {{contact_information.email}} + {{demographics.city}}, {{demographics.state}} {{demographics.zip}} | + {{contact_information.cell}} | + {{contact_information.email}} | + {{website}}