Skip to content

Commit b7b32d7

Browse files
authored
Merge pull request modelcontextprotocol#786 from jonathanhefner/apply-h5-and-h6-styles-globally
Apply `h5` and `h6` styles to all content
2 parents 8c778cb + 7872f83 commit b7b32d7

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)