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