I'm new to Atom and I was wondering if we could customize the comment styles that come with the One Dark Syntax Theme via the style.less (Atom > Stylesheet...) file. I looked up the source code for the theme and in the language.less file I found this:
.comment {
color: @mono-3;
font-style: italic;
.markup.link {
color: @mono-3;
}
}
Specifically, I would like to change to font-style to normal but I can't seem to find a way, please help. Thanks.
