Created
January 7, 2017 03:11
-
-
Save lee-dohm/aa65cd4622009a31df6b670f0006dc2f to your computer and use it in GitHub Desktop.
Atom Style Tweak - Unitalicize comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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