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.
h5
h6
1 parent 18960ed commit 7872f83Copy full SHA for 7872f83
docs/style.css
@@ -1,3 +1,13 @@
1
+#content-area {
2
+ h5 {
3
+ font-weight: 500;
4
+ }
5
+
6
+ h6 {
7
+ font-weight: 400;
8
9
+}
10
11
#feature-support-matrix-wrapper {
12
overflow-x: auto;
13
}
@@ -73,12 +83,4 @@ body:has(#enable-section-numbers) {
73
83
content: counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter)
74
84
"." counter(h5-counter) "." counter(h6-counter) " ";
75
85
76
-
77
- #content-area h5 {
78
- font-weight: 500;
79
- }
80
81
- #content-area h6 {
82
- font-weight: 400;
86
0 commit comments