Files
atom/static/editor.css
Corey Johnson & Nathan Sobo 1a52890d19 Cursor scrolls editor as it moves
2012-01-23 16:45:00 -08:00

19 lines
266 B
CSS

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