yavsc/Yavsc/wwwroot/lib/bootstrap/less/mixins/text-emphasis.less

9 lines
128 B
Text
Raw Normal View History

2017-10-20 15:14:16 +02:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}