Skip to content

Commit 5e95a79

Browse files
authored
Merge branch 'main' into localden/note
2 parents 0441a60 + b7b32d7 commit 5e95a79

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/style.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#content-area {
2+
h5 {
3+
font-weight: 500;
4+
}
5+
6+
h6 {
7+
font-weight: 400;
8+
}
9+
}
10+
111
#feature-support-matrix-wrapper {
212
overflow-x: auto;
313
}
@@ -73,12 +83,4 @@ body:has(#enable-section-numbers) {
7383
content: counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter)
7484
"." counter(h5-counter) "." counter(h6-counter) " ";
7585
}
76-
77-
#content-area h5 {
78-
font-weight: 500;
79-
}
80-
81-
#content-area h6 {
82-
font-weight: 400;
83-
}
8486
}

0 commit comments

Comments
 (0)