Skip to content

Commit 0f96c6d

Browse files
Make admonition title larger than text. (#337)
Before <img width="1195" height="334" alt="before" src="https://github.com/user-attachments/assets/0472c22c-8435-4b34-91a6-40aaaac06d31" /> After <img width="1152" height="387" alt="after" src="https://github.com/user-attachments/assets/14080cf2-a590-4a70-b779-67f0558c97d4" />
1 parent b0f366e commit 0f96c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ body {
794794
.doc .admonitionblock .title {
795795
font-weight: bold;
796796
font-style: normal;
797-
font-size: 0.8rem;
797+
font-size: 0.9rem;
798798
}
799799

800800
.doc .imageblock .title {

0 commit comments

Comments
 (0)