docs: override code formatting for CLI commands (#26619)
Closes 26614 PR Close #26619
This commit is contained in:
parent
c89045fb77
commit
edb50a2f51
|
@ -1,5 +1,7 @@
|
||||||
.cli-name {
|
.cli-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
.kwd { color: initial } /* override code format */
|
||||||
}
|
}
|
||||||
|
|
||||||
.cli-option-syntax {
|
.cli-option-syntax {
|
||||||
|
|
Loading…
Reference in New Issue