mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Lighten selections because they're hard to see against darker bg
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
.editor .selection {
|
||||
position: absolute;
|
||||
background: white;
|
||||
opacity: .1;
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
.fold-placeholder {
|
||||
|
||||
Reference in New Issue
Block a user