daux.io/resources/themes/_common/less/bootstrap/mixins/text-emphasis.less
2015-07-21 18:45:40 +02:00

10 regels
128 B
Plaintext

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