From 2b345972010d5252f7fcc27bca85bc67a7424c8e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sat, 24 Jan 2026 21:18:50 +0100 Subject: [PATCH] doc: add cli terminal output styling for examples Signed-off-by: Joachim Wiberg --- doc/extra.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/extra.css b/doc/extra.css index ac6f593d..94d83360 100644 --- a/doc/extra.css +++ b/doc/extra.css @@ -24,3 +24,14 @@ /* Reset alignment for table cells */ text-align: initial; } + +/* CLI terminal output styling */ +.md-typeset pre.cli .title { + font-weight: bold; +} + +.md-typeset pre.cli .header { + background-color: #e0e0e0; + color: #1a1a1a; + font-weight: bold; +}