Skip to content

Commit c2b4640

Browse files
author
reidliu41
committed
[Misc] improve web section group title display
Signed-off-by: reidliu41 <[email protected]>
1 parent 57fd13a commit c2b4640

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/mkdocs/stylesheets/extra.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ a:not(:has(svg)):not(.md-icon) {
2222
display: inline-block;
2323
}
2424
}
25+
26+
/* Highlight section group titles: bold and black */
27+
.md-nav__item--section > label.md-nav__link .md-ellipsis {
28+
color: black !important;
29+
font-weight: bold !important;
30+
}

0 commit comments

Comments
 (0)