allocatr/public/assets/less/bootstrap/mixins/text-emphasis.less
2025-02-24 14:41:39 +08:00

10 lines
128 B
Plaintext
Executable File

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