OSDN Git Service

9e8a77a6985f01eb51fb5eea7e809349c52cb804
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / less / mixins / text-emphasis.less
1 // Typography
2
3 .text-emphasis-variant(@color) {
4   color: @color;
5   a&:hover,
6   a&:focus {
7     color: darken(@color, 10%);
8   }
9 }