mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
11 lines
199 B
Text
11 lines
199 B
Text
@import 'variables';
|
|
|
|
.notification {
|
|
color: @white !important;
|
|
background: @taiga-accent !important;
|
|
|
|
.action {
|
|
color: @white !important;
|
|
background: darken(@taiga-accent, 20%);
|
|
}
|
|
}
|