canyin-project/ybcy/vendor/bower-asset/bootstrap/less/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Permalink Normal View History

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