making the line highlight alpha transparent.

This commit is contained in:
Jon Rohan
2013-01-31 21:14:07 -05:00
parent d83ef8db17
commit d275d7e636

View File

@@ -12,7 +12,7 @@
}
.editor.focused .line-number.cursor-line-no-selection, .editor.focused .line.cursor-line {
background-color: rgb(255, 255, 204);
background-color: rgba(255, 255, 134, 0.34);
}
.comment {