mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
19 lines
266 B
CSS
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;
|
|
}
|