daux.io/themes/daux/less/vendor/bootstrap/mixins/text-emphasis.less

10 lines
128 B
Plaintext

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