Files
LeafWeb/Web/Content/bootstrap/mixins/text-emphasis.less
T
2016-01-13 21:56:22 -05:00

10 lines
128 B
Plaintext

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