cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

Set Background-Color over full Page #35

Closed jkrgr0 closed 8 years ago

jkrgr0 commented 8 years ago

Hi,

I'm currently trying to set the background-color over the full page of a pdf-export. i try to declare the background-color in css as followed:

html {
    background-color: #263238;
    /*padding: 20px;*/
}

Or

body {
    background-color: #263238;
}

but the result shows, that there is a white border around the content of the page. tmp_issue

Is it possible to set the "Page-color"?

jkrgr0 commented 8 years ago

Sorry.. My Fault. I changed the border size to 0. This fixed my problem.