diff --git a/adev/shared-docs/pipeline/api-gen/rendering/templates/cli-reference.tsx b/adev/shared-docs/pipeline/api-gen/rendering/templates/cli-reference.tsx index 842212a39aa..8740b4dfdbf 100644 --- a/adev/shared-docs/pipeline/api-gen/rendering/templates/cli-reference.tsx +++ b/adev/shared-docs/pipeline/api-gen/rendering/templates/cli-reference.tsx @@ -27,14 +27,14 @@ export function CliCommandReference(entry: CliCommandRenderable) {
ng {commandName(entry, command)} {entry.argumentsLabel && ( - + )} {entry.optionsLabel && ( - + )}
diff --git a/adev/shared-docs/styles/docs/_code.scss b/adev/shared-docs/styles/docs/_code.scss index eac1960ee53..f0d95a957bb 100644 --- a/adev/shared-docs/styles/docs/_code.scss +++ b/adev/shared-docs/styles/docs/_code.scss @@ -36,6 +36,15 @@ $code-font-size: 0.875rem; } } + .shiki.line.cli { + span { + color: var(--quaternary-contrast); + font-family: var(--inter-font); + font-weight: 600; + font-size: 13px; + } + } + .docs-light-mode .shiki { color: var(--shiki-light); background-color: var(--shiki-light-bg);