freeCodeCamp/public/css/lib/bootstrap/mixins/text-emphasis.less

9 lines
116 B
Plaintext
Raw Normal View History

2014-07-02 04:57:48 +00:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}