1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-01-14 12:40:32 +00:00
fmt/doc/bootstrap/mixins/text-emphasis.less
2015-05-19 08:13:13 -07:00

9 lines
116 B
Plaintext

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