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 04d783a commit a52df55Copy full SHA for a52df55
doc/api_assets/style.css
@@ -27,21 +27,29 @@ h4, h4 code { font-size: 1.5rem; }
27
h5, h5 code { font-size: 1.25rem; }
28
h6, h6 code { font-size: 1rem; }
29
30
-h1, h1 code,
31
-h2, h2 code,
32
-h3, h3 code,
33
-h4, h4 code,
34
-h5, h5 code,
35
-h6, h6 code {
36
- color: inherit;
37
- font-family: inherit;
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
38
font-weight: 700;
39
line-height: inherit;
40
position: relative;
41
margin: 1.5rem 0 1rem;
42
text-rendering: optimizeLegibility;
43
}
44
+h1 code,
+h2 code,
45
+h3 code,
46
+h4 code,
47
+h5 code,
48
+h6 code {
49
+ color: inherit;
50
+ font-family: inherit;
51
+}
52
+
53
pre,
54
tt,
55
code,
0 commit comments