DiverseYouthNightSchool/public/assets/less/bootstrap/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

2024-11-04 10:49:10 +08:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}