Reduced code font size to small predefined size. Fixes #858
parent
50e3dffd04
commit
a1194a86b1
|
@ -47,6 +47,7 @@
|
||||||
}
|
}
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
|
@extend %small;
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
font-family: 'courier new', 'monospace';
|
font-family: 'courier new', 'monospace';
|
||||||
|
|
Loading…
Reference in New Issue