Merge pull request #1262 from taigaio/issue/5044/markdown-styles-for-code-blocks
Add style for markdown inline code blocksstable
commit
97453a927c
|
@ -101,6 +101,16 @@
|
||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
white-space: pre-wrap;
|
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 {
|
table {
|
||||||
border: $gray-light 1px solid;
|
border: $gray-light 1px solid;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue