diff --git a/static/papermod/dots.svg b/static/papermod/dots.svg new file mode 100644 index 0000000..97e1bfa --- /dev/null +++ b/static/papermod/dots.svg @@ -0,0 +1,122 @@ + + + + diff --git a/static/papermod/index.html b/static/papermod/index.html index 29d3dac..2fef6ef 100644 --- a/static/papermod/index.html +++ b/static/papermod/index.html @@ -30,6 +30,9 @@ margin-top: 0; } @media print { + html { + background-color: white; + } .page { height: 100%; margin: 0; @@ -86,15 +89,12 @@ } /* page 4-5 */ - + /* page 6-7 */ - .dot-grid { - height: 100%; - width: 100%; - background-image: radial-gradient(circle at .5mm .5mm, black .5px, transparent 0); - background-size: 4mm 4mm; + .page:has(img) { + padding: 0; } - + /* page 8 */ @@ -140,10 +140,10 @@