Skip to content

Commit 37ac413

Browse files
authored
Merge pull request #3 from Psy-Virus/patch-1
Fix invisible invisible characters :D
2 parents 623e17e + c7ad28d commit 37ac413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/colors.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
@unknown: @code-font-color;
4848

4949
// MISC COLORS
50-
@invisible: rgba(255,255,255,0.1);
50+
@invisible: rgb(255,181,106);
5151
@guides: rgba(0,0,0,0.12);
5252
@cursor-color: @code-font-color;
5353
@cursor-width: 1px;

0 commit comments

Comments
 (0)