Adding contrast to gutter numbers fixes #161

This commit is contained in:
Jon Rohan
2013-01-23 21:35:38 -08:00
parent 0027a0b90a
commit 2f474b64ec
2 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
min-width: 35px;
box-sizing: border-box;
text-align: right;
opacity: 0.6;
}
.editor .gutter .line-number.cursor-line {
opacity: 1;
}
.editor .gutter.drop-shadow {

View File

@@ -11,6 +11,11 @@
min-width: 35px;
box-sizing: border-box;
text-align: right;
opacity: 0.5;
}
.editor .gutter .line-number.cursor-line {
opacity: 1;
}
.editor .gutter.drop-shadow {