Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / bootstrap / 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 }