Lighten selections because they're hard to see against darker bg

This commit is contained in:
Nathan Sobo
2012-04-04 11:09:45 -06:00
parent 92cc23a9bb
commit 8a4f6510c9

View File

@@ -81,7 +81,7 @@
.editor .selection {
position: absolute;
background: white;
opacity: .1;
opacity: .25;
}
.fold-placeholder {