Merge pull request #646 from github/bo-small-dark-theme-change

Small dark theme change
This commit is contained in:
Ben Ogle 2013-07-23 15:32:51 -07:00
commit 3907344fef

View File

@ -24,11 +24,10 @@
}
.selection .region {
background-color: #333333;
background-color: #444444;
}
.line-number.cursor-line-no-selection,
.line.cursor-line {
.line-number.cursor-line-no-selection {
background-color: rgba(255, 255, 255, 0.14);
}