We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96e1db commit a0e7798Copy full SHA for a0e7798
base.css
@@ -66,6 +66,8 @@ cxx-toc::shadow h1 { bookmark-level: 2; }
66
cxx-clause h1 { bookmark-level: 2; }
67
cxx-clause cxx-section h1 { bookmark-level: 3; }
68
cxx-clause cxx-section cxx-section h1 { bookmark-level: 4; }
69
+/* The <h2> is a subtitle, which shouldn't get a PDF bookmark. */
70
+cxx-titlepage::shadow h2 { bookmark-level: none; }
71
72
*::shadow .section-number { string-set: current-section "§ " content(); }
73
0 commit comments