Mailspring/app/internal_packages/ui-taiga/styles/notifications.less
2017-10-14 17:36:44 -07:00

11 lines
199 B
Text

@import 'variables';
.notification {
color: @white !important;
background: @taiga-accent !important;
.action {
color: @white !important;
background: darken(@taiga-accent, 20%);
}
}