Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 03:11
Show Gist options
  • Save lee-dohm/aa65cd4622009a31df6b670f0006dc2f to your computer and use it in GitHub Desktop.
Save lee-dohm/aa65cd4622009a31df6b670f0006dc2f to your computer and use it in GitHub Desktop.
Atom Style Tweak - Unitalicize comments
atom-text-editor, atom-text-editor::shadow {
.comment {
font-style: normal;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment