Skip to content

Commit

Permalink
Improve styling for <code> blocks. (#924)
Browse files Browse the repository at this point in the history
- Made <code> a bit smaller, a bit darker red, and substantially improve word break appearance in
tables.
  • Loading branch information
geeknoid authored Feb 2, 2018
1 parent f80fdda commit e3573dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/base/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ blockquote {
background-color: $light-gray;
}

code {
color: #d14;
font-size: 75%;
word-break: normal;
}

.spacer {
height: .1rem;

Expand Down

0 comments on commit e3573dd

Please sign in to comment.