short-url/public/vendor/bootstrap/less/mixins/text-emphasis.less
Supan Adit Pratama b2e434483d first commit
2020-07-01 15:57:45 +07:00

10 lines
128 B
Plaintext
Executable File

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