Skip to content

Commit b1a88cf

Browse files
committed
refactor: moving around
1 parent 462ac37 commit b1a88cf

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/style.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
}
2121
}
2222

23+
@media print {
24+
body {
25+
background-color: white;
26+
}
27+
28+
pre code {
29+
white-space: pre-wrap;
30+
}
31+
}
32+
2333
body {
2434
font-family: "EB Garamond", serif;
2535
color: var(--text);
@@ -219,16 +229,6 @@ pre code {
219229
hyphens: none;
220230
}
221231

222-
@media print {
223-
body {
224-
background-color: white;
225-
}
226-
227-
pre code {
228-
white-space: pre-wrap;
229-
}
230-
}
231-
232232
[role="doc-backlink"] {
233233
margin-right: 0.5em;
234234
}

0 commit comments

Comments
 (0)