Adjust fonts for code snippets (#15526)

Co-authored-by: Craig Box <craig.box@gmail.com>
This commit is contained in:
Istio Automation 2024-08-06 12:31:03 -04:00 committed by GitHub
parent 5752684cf0
commit 8d4e2c4187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
code {
color: $textCodeColor;
font-size: 80%;
font-size: 87.5%;
font-weight: $textCodeWeight;
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
word-break: break-word;
@ -29,6 +29,11 @@ pre {
display: block;
padding: .5em;
color: $textColor;
a {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-weight: $textCodeWeight;
}
}
code.command-output {