Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Last active January 7, 2017 01:39
Show Gist options
  • Save lee-dohm/f276f49d8c82fc5aafc34acfaa69ce7d to your computer and use it in GitHub Desktop.
Save lee-dohm/f276f49d8c82fc5aafc34acfaa69ce7d to your computer and use it in GitHub Desktop.
Atom Style Tweak - Change cursor to an underline
// Change the cursor to an underline
atom-text-editor::shadow .cursor, atom-text-editor .cursor {
border-left: none;
border-bottom: 2px solid #526fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment