web-apps/vendor/bootstrap/less/mixins/text-emphasis.less
2021-07-14 18:13:38 +03:00

10 lines
128 B
Plaintext

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