• File: text-emphasis.less
  • Full Path: /home/aaryhspitl/domains/aaryawomenshospital.com/private_html/103.117.180.2/build/bootstrap-less/mixins/text-emphasis.less
  • File size: 116 bytes
  • MIME-type: text/x-asm
  • Charset: utf-8
// Typography

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