short-url/public/vendor/bootstrap/less/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

2020-07-01 08:57:45 +00:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}