mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
19 lines
184 B
CSS
19 lines
184 B
CSS
/*
|
|
* Your Stylesheet
|
|
*
|
|
* This stylesheet is loaded when Atom starts up and is reloaded automatically
|
|
* when it is changed.
|
|
*/
|
|
|
|
.tree-view {
|
|
|
|
}
|
|
|
|
.editor {
|
|
|
|
}
|
|
|
|
.editor .cursor {
|
|
|
|
}
|