mirror of https://github.com/istio/istio.io.git
Improve styling for <code> blocks. (#924)
- Made <code> a bit smaller, a bit darker red, and substantially improve word break appearance in tables.
This commit is contained in:
parent
f80fdda9aa
commit
e3573dd142
|
@ -286,6 +286,12 @@ blockquote {
|
|||
background-color: $light-gray;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #d14;
|
||||
font-size: 75%;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
height: .1rem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue