gitbook-plugin-pyweb
Version:
Python Code Editor for gitbook
17 lines (16 loc) • 376 B
CSS
.console {
height:100px;
width:100%;
background:black;
color:white;
border:0px;
font-family: monospace;
}
.book .book-body .page-wrapper .page-inner section.normal .ace_editor {
height: 100px;
font-family: "Menlo",monospace;
font-size:14px;
}
.book .book-body .page-wrapper .page-inner section.normal .ace_editor * {
font-family: "Menlo",monospace ;
}