aboutsummaryrefslogtreecommitdiff
path: root/assets/css/bootstrap-3.3.2/mixins/text-emphasis.less
blob: 0868ef9f2caaf05c2fdbe9f3f3da1616fe221080 (plain)
1
2
3
4
5
6
7
8
// Typography

.text-emphasis-variant(@color) {
  color: @color;
  a&:hover {
    color: darken(@color, 10%);
  }
}