blob: 9e8a77a6985f01eb51fb5eea7e809349c52cb804 [file] [log] [blame]
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}