Make invisible coloring less obnoxious

This commit is contained in:
Corey Johnson
2012-10-11 14:29:00 -07:00
committed by Corey Johnson & Nathan Sobo
parent 22e009a999
commit d3c52ae96d

View File

@@ -123,3 +123,7 @@
.editor .fold.selected {
background-color: #244;
}
.editor .invisible {
opacity: 0.2;
}