Skip to content

Commit 06b947e

Browse files
committed
feat: print white page, not off-white
1 parent 5f6eebd commit 06b947e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ pre code {
230230
}
231231

232232
@media print {
233+
body {
234+
background-color: white;
235+
}
236+
233237
pre code {
234238
white-space: pre-wrap;
235239
}

0 commit comments

Comments
 (0)