10 background-color: #FFF;
14 font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
22 border-collapse: collapse;
29 // Prevent code block overflow on export
37 white-space: pre-wrap;
41 page-break-after: always;
45 border-top: 1px solid #DDD;
61 // PDF specific overrides
62 body.export-format-pdf {
66 h1, h2, h3, h4, h5, h6 {
71 max-width: 800px !important;
73 width: 100% !important;
77 width: auto !important;
80 .page-content .float {
81 float: none !important;
84 .page-content img.align-left, .page-content img.align-right {
85 float: none !important;
92 // DOMPDF pdf export specific overrides
93 body.export-format-pdf.export-engine-dompdf {
94 // Fix for full width linked image sizes on DOMPDF
95 .page-content a > img {
98 // Undoes the above for table images to prevent visually worse scenario, Awaiting next DOMPDF release for patch
99 .page-content td a > img {