Skip to content

Commit 2446b4e

Browse files
committed
libdoc: render admonition title in bold
1 parent ce8f69b commit 2446b4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/libdoc/styles/doc_formatting.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
margin: 0;
8888
}
8989
.admonition .admonition-title {
90+
font-weight: bold;
9091
background-color: #448aff1a;
9192
}
9293
.doc .admonition.tip {

0 commit comments

Comments
 (0)