Skip to content

Instantly share code, notes, and snippets.

@natew
Created October 23, 2015 22:48
Show Gist options
  • Save natew/b30105ebef010e4a307f to your computer and use it in GitHub Desktop.
Save natew/b30105ebef010e4a307f to your computer and use it in GitHub Desktop.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
}
.editor {
}
atom-text-editor::shadow {
.flint-error {
background: rgba(255, 0, 0, 0.04);
box-sizing: border-box;
border-left: 2px solid red;
&> .source { margin-left: -2px }
}
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment