doc: add cli terminal output styling for examples

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2026-01-25 11:15:47 +01:00
parent 5fdd2cb0f9
commit 2b34597201
+11
View File
@@ -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;
}