11 background-color: #FFF;
15 font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
23 border-collapse: collapse;
30 // Prevent code block overflow on export
38 white-space: pre-wrap;
42 page-break-after: always;
46 border-top: 1px solid #DDD;
62 // PDF specific overrides
63 body.export-format-pdf {
67 h1, h2, h3, h4, h5, h6 {
72 max-width: 800px !important;
74 width: 100% !important;
78 width: auto !important;
81 .page-content .float {
82 float: none !important;
85 .page-content img.align-left, .page-content img.align-right {
86 float: none !important;
93 // DOMPDF pdf export specific overrides
94 body.export-format-pdf.export-engine-dompdf {
95 // Fix for full width linked image sizes on DOMPDF
96 .page-content a > img {
99 // Undoes the above for table images to prevent visually worse scenario, Awaiting next DOMPDF release for patch
100 .page-content td a > img {