Skip to content

Commit 6b4b850

Browse files
authored
Adjust contrast on comments highlights
1 parent 4a2553b commit 6b4b850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/highlights.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ atom-text-editor.is-focused .line.cursor-line {
4242
background-color: rgba(255, 255, 134, 0.34);
4343
}
4444
.comment {
45-
color: #AAA;
45+
color: #888;
4646
}
4747
.string {
4848
color: #489047;

0 commit comments

Comments
 (0)