MyCrypto/common/assets/styles/bootstrap/mixins/text-emphasis.less

10 lines
127 B
Plaintext
Raw Normal View History

2017-04-11 22:04:27 -07:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 5%);
}
}