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

10 lines
127 B
Plaintext
Executable File

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