You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
128 B

10 years ago
  1. // Typography
  2. .text-emphasis-variant(@color) {
  3. color: @color;
  4. a&:hover,
  5. a&:focus {
  6. color: darken(@color, 10%);
  7. }
  8. }