Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix background color on PDF export #22

Open
SethFalco opened this issue Aug 15, 2022 · 1 comment
Open

Fix background color on PDF export #22

SethFalco opened this issue Aug 15, 2022 · 1 comment

Comments

@SethFalco
Copy link
Member

The website has a background color on it which is a very light gray.
The PDF version has this color on the background, but then goes #FFFFFF at the bottom where the resume finishes.

Bring consistency here, either by finding a way to fill the page with the color used on the website, disabling the background color on the PDF export, or removing the background color entirely if required.

In theory this should be possible by using the print media query and unsetting those styles when printing, but I need to explore this.

@SethFalco
Copy link
Member Author

The main issue has been resolved for now in:

However, I will keep this ticket open as I'd like to investigate getting print media queries to work properly, so that we have a different background color between HTML and PDF exports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant