mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Move bg/fg colors to root preview-list
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
overflow: auto;
|
||||
margin-bottom: 3px;
|
||||
position: relative;
|
||||
background: #161616;
|
||||
background-color: #000000;
|
||||
color: #ededed;
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
@@ -35,11 +36,6 @@
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .li {
|
||||
background-color: #000000;
|
||||
color: #ededed;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .line-number {
|
||||
padding-left: 3px;
|
||||
color: rgba(255, 255, 255, .3);
|
||||
|
||||
Reference in New Issue
Block a user