Add style for markdown inline code blocks

stable
Jesús Espino 2017-03-22 10:17:50 +01:00
parent 823b869969
commit f527213c2c
1 changed files with 10 additions and 0 deletions

View File

@ -101,6 +101,16 @@
unicode-bidi: embed;
white-space: pre-wrap;
}
code {
@include font-size(small);
background: $code-bg;
color: $whitish;
direction: ltr;
font-family: 'courier new', 'monospace';
overflow: auto;
padding: .2rem;
unicode-bidi: embed;
}
table {
border: $gray-light 1px solid;
margin-bottom: 1rem;