osrm-backend/third_party/fmt/doc/bootstrap/mixins/text-emphasis.less

9 lines
116 B
Plaintext
Raw Normal View History

2022-09-30 08:28:52 -04:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}