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

9 lines
116 B
Plaintext
Raw Normal View History

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