framework/less/lib/bootstrap/mixins/text-emphasis.less
2015-04-25 22:31:30 +09:30

10 lines
128 B
Plaintext
Executable File

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