mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
12 lines
291 B
Text
12 lines
291 B
Text
|
@import "variables";
|
||
|
|
||
|
.notifications-sticky, .notification-developer, .notifications-sticky-item, .notification-info {
|
||
|
color: @white !important;
|
||
|
background: @taiga-accent !important;
|
||
|
|
||
|
.action {
|
||
|
color: @white !important;
|
||
|
background: darken(@taiga-accent, 20%) !important;
|
||
|
}
|
||
|
}
|