Files
atom/static/editor.css
Nathan Sobo 5198a88cce Half-baked: Have a lines reasonably looking cursor working.
A bunch of tests are failing but you can load a buffer and display its
lines.
2012-01-16 22:11:38 -08:00

18 lines
244 B
CSS

.editor {
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;
}