.CodeMirror {
/* Set height, width, borders, and global font properties here */
- font-family: monospace;
height: 300px;
color: black;
}
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
- font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;