i4way-dash/.svn/pristine/2e/2e975786f9bc4d5a7554e3264df...

10 lines
128 B
Plaintext

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}