Skip to content

Commit 36b1b6e

Browse files
committedAug 5, 2016
Fix #8
1 parent f5e7bd8 commit 36b1b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lscolors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function translateColor(color) {
4040
} else if (color === "h") {
4141
return "#cccccc";
4242
} else if (color === "x") {
43-
return "";
43+
return "inherit";
4444
}
4545
}
4646

0 commit comments

Comments
 (0)
Please sign in to comment.