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:
Martin Taillefer 2018-02-01 19:41:41 -08:00 committed by GitHub
parent f80fdda9aa
commit e3573dd142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -286,6 +286,12 @@ blockquote {
background-color: $light-gray;
}
code {
color: #d14;
font-size: 75%;
word-break: normal;
}
.spacer {
height: .1rem;