mirror of https://github.com/istio/istio.io.git
Adjust fonts for code snippets (#15526)
Co-authored-by: Craig Box <craig.box@gmail.com>
This commit is contained in:
parent
5752684cf0
commit
8d4e2c4187
|
@ -1,6 +1,6 @@
|
||||||
code {
|
code {
|
||||||
color: $textCodeColor;
|
color: $textCodeColor;
|
||||||
font-size: 80%;
|
font-size: 87.5%;
|
||||||
font-weight: $textCodeWeight;
|
font-weight: $textCodeWeight;
|
||||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
@ -29,6 +29,11 @@ pre {
|
||||||
display: block;
|
display: block;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
|
font-weight: $textCodeWeight;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
code.command-output {
|
code.command-output {
|
||||||
|
|
Loading…
Reference in New Issue