Files
atom/static/editor.css
Nathan Sobo 7d7b119927 WIP
2012-01-16 19:23:27 -08:00

19 lines
289 B
CSS

.editor {
font-family: Inconsolata, Monaco, Courier;
font: 18px Inconsolata, Monaco, Courier !important;
position: relative;
width: 100%;
height: 100%;
background: #333;
color: white;
}
.editor pre {
margin: 0;
}
.editor .cursor {
background: #9dff9d;
opacity: .3;
}