Skip to content

Commit

Permalink
Merge pull request atom#58 from atom/sm-links-in-comments
Browse files Browse the repository at this point in the history
Fix links in comments
  • Loading branch information
simurai committed Jan 7, 2016
2 parents f481d06 + ed384f3 commit 7be4154
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/language.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
.comment {
color: @mono-3;
font-style: italic;

.markup.link {
color: @mono-3;
}
}

.entity {
Expand Down Expand Up @@ -238,6 +242,10 @@
}
}

.underline {
text-decoration: underline;
}

.none {
color: @mono-1;
}
Expand Down

0 comments on commit 7be4154

Please sign in to comment.