13 background-color: #FFF;
17 font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
25 border-collapse: collapse;
32 // Prevent code block overflow on export
40 white-space: pre-wrap;
44 page-break-after: always;
48 border-top: 1px solid #DDD;
64 // PDF specific overrides
65 body.export-format-pdf {
69 h1, h2, h3, h4, h5, h6 {
74 max-width: 800px !important;
76 width: 100% !important;
80 width: auto !important;
83 .page-content .float {
84 float: none !important;
87 .page-content img.align-left, .page-content img.align-right {
88 float: none !important;
95 // DOMPDF pdf export specific overrides
96 body.export-format-pdf.export-engine-dompdf {
97 // Fix for full width linked image sizes on DOMPDF
98 .page-content a > img {
101 // Undoes the above for table images to prevent visually worse scenario, Awaiting next DOMPDF release for patch
102 .page-content td a > img {