tethys/resources/assets/less/bootstrap/mixins/text-emphasis.less

9 lines
116 B
Text
Raw Normal View History

2015-07-19 13:49:24 +07:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}