Files
atom/themes/atom-dark-ui/archive-view.less
2013-06-10 14:11:18 -07:00

19 lines
424 B
Plaintext

.archive-view {
background-color: #1d1f21;
color: #7d7d7d;
.selected {
background-color: #434343;
color: #bdbdbd;
}
.summary {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
border: 1px solid rgba(0, 0, 0, 0.5);
padding: 5px;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.05),
inset 0 -1px 0 rgba(255, 255, 255, 0.02);
}
}