Mailspring/app/internal_packages/ui-darkside/styles/darkside-notifications.less

21 lines
308 B
Plaintext

@import 'ui-variables';
.notifications {
background-color: @sidebar;
}
.notifications .notification {
background-color: @accent;
border: none;
}
.sidebar-activity {
background: darken(@sidebar, 5%);
color: @active-sidebar-text;
box-shadow: none;
}
.sidebar-activity .item {
border: none;
}