Welcome to mirror list, hosted at ThFree Co, Russian Federation.

text-emphasis.less « mixins « bootstrap-3.3.5 « less « assets « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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%);
  }
}