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

10 lines
128 B
Plaintext
Raw Normal View History

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