mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
@import "ui-colors";
|
|
|
|
.overlay {
|
|
background: @background-color-1;
|
|
color: @text-color-2;
|
|
border: 1px solid @border-color-1;
|
|
}
|