embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-emphasis.less
browsing at commit = a57725fc91f64842ff02eb2df3d886979e6f01ec
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}
browsing at commit = a57725fc91f64842ff02eb2df3d886979e6f01ec
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}