Fork-Awesome/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

2014-08-27 00:51:53 +08:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
2014-08-27 00:51:53 +08:00
color: darken(@color, 10%);
}
}