todo/public/vendor/bootstrap/less/mixins/text-emphasis.less
Supan Adit Pratama 35d8715ab4 first commit
2020-06-23 11:40:37 +07:00

10 lines
128 B
Plaintext
Executable File

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