Merge pull request #1262 from taigaio/issue/5044/markdown-styles-for-code-blocks

Add style for markdown inline code blocks
stable
Xaviju 2017-03-22 13:24:08 +01:00 committed by GitHub
commit 97453a927c
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;