Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 03:13
Show Gist options
  • Save lee-dohm/c6ed6ea2ef21bd500efd54e249128ea0 to your computer and use it in GitHub Desktop.
Save lee-dohm/c6ed6ea2ef21bd500efd54e249128ea0 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Make cursor pulse instead of blink
atom-text-editor, atom-text-editor::shadow {
.cursor {
transition: opacity 0.5s;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment