@@ -36,4 +36,10 @@
margin-left: 1em;
}
+
+ // override CodeMirror styles
+ .CodeMirror pre {
+ font-family: $font-family-monospace;
+ }
} // }}}