Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 539e957

Browse files
committed
Edited theme/pdf/pdf.css with Atlas code editor
1 parent 24b3d68 commit 539e957

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

theme/pdf/pdf.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
text-align: right;
1111
}
1212

13+
section[data-type="preface"] + section[data-type="chapter"] {
14+
counter-reset: page 1
15+
}
16+
1317
/* Font fall backs */
1418
p
1519
{
@@ -33,9 +37,7 @@ code
3337
font-family: "UbuntuMono", "Arial Unicode MS", "DejaVu Sans", "Code2000";
3438
}
3539

36-
section[data-type="preface"] + section[data-type="chapter"] {
37-
counter-reset: page 1
38-
}
40+
3941

4042

4143

0 commit comments

Comments
 (0)