body, button, input, select, label, textarea {
font-family: $text;
}
-.Codemirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
+.Codemirror, pre, #markdown-editor-input, .text-mono, .code-base {
font-family: $mono;
}
* Lists
*/
ul, ol {
+ padding-left: $-m * 2.0;
+ padding-right: $-m * 2.0;
+ display: flow-root;
p {
margin: 0;
}
list-style: decimal;
}
-ol, ul {
- padding-left: $-m * 2.0;
- padding-right: $-m * 2.0;
-}
-
li > ol, li > ul {
margin-top: 0;
margin-bottom: 0;