From 2b46c1379188e54f678e0a9bc36433a9cdcfcefb Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Mon, 21 Jul 2025 15:06:32 +0200 Subject: [PATCH] Make admonition title larger than text. --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 194b39f8..693d9fd1 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -794,7 +794,7 @@ body { .doc .admonitionblock .title { font-weight: bold; font-style: normal; - font-size: 0.8rem; + font-size: 0.9rem; } .doc .imageblock .title {