mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
8 lines
115 B
Text
8 lines
115 B
Text
|
// Typography
|
||
|
|
||
|
.text-emphasis-variant(@color) {
|
||
|
color: @color;
|
||
|
a&:hover {
|
||
|
color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|