pam: use a pam object method instead of pam module function
[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 }