mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
doc: add cli terminal output styling for examples
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user