mirror of
https://github.com/atom/atom.git
synced 2026-02-05 20:25:04 -05:00
7 lines
107 B
CSS
7 lines
107 B
CSS
.overlay {
|
|
background-color: #e5e5e5;
|
|
border-top: 1px solid #979797;
|
|
color: #333;
|
|
padding: 10px;
|
|
}
|