summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/resources/bootstrap/less/mixins/text-emphasis.less
blob: 9e8a77a6985f01eb51fb5eea7e809349c52cb804 (plain)
1
2
3
4
5
6
7
8
9
// Typography

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