historia-de-zainab/bower_components/bootstrap/less/mixins/text-emphasis.less
2017-09-25 14:03:53 +02:00

9 lines
128 B
Text

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}