mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
An image session will be opened by project.buildEditSession() for known image extensions. Closes #203
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
.image-view {
|
|
background-color: #1d1f21;
|
|
|
|
img {
|
|
border-color: #c5c8c6;
|
|
}
|
|
}
|