mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
8 lines
138 B
Text
8 lines
138 B
Text
|
// Contextual backgrounds
|
||
|
|
||
|
.bg-variant(@color) {
|
||
|
background-color: @color;
|
||
|
a&:hover {
|
||
|
background-color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|