naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.05k stars 319 forks source link

Suggestion : white background option #498

Closed Benz74M closed 6 years ago

Benz74M commented 6 years ago

Could it be possible to have a white background option (printer-friendly)?

Or maybe there's a way to do it already and I haven't seen it...

Thanks!

Additional Details

Share Link :

or

Brew code to reproduce :

Click to expand

PASTE BREW CODE HERE

calculuschild commented 6 years ago

I'm pretty sure there is a literally a "printer-friendly" snippet somewhere in there. It will add a small bit of code to your brew that disables the background.

On Sat, Sep 23, 2017, 10:38 AM Benz74M notifications@github.com wrote:

Could it be possible to have a white background option (printer-friendly)?

Or maybe there's a way to do it already and I haven't seen it...

Thanks! Additional Details

Share Link :

or

Brew code to reproduce : Click to expand

PASTE BREW CODE HERE

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stolksdorf/homebrewery/issues/498, or mute the thread https://github.com/notifications/unsubscribe-auth/AFmzBiQCf9a2ZX6jdQEcQ6Jk0ro0f-VWks5slTQbgaJpZM4Phmzf .

SANSd20 commented 6 years ago

It also disables any images you may have on the sheet.

HeruAsatru commented 6 years ago

You can always add

<style> @media print { .phb{ background: #FFF; } } </style>

to your brew to have it print with a white background.