authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author rougeronj
Wed, 05 Aug 2015 18:00:35 +0200
changeset 73 fb433b63a22b
parent 0 1afc9d2ab94d
permissions -rw-r--r--
use outline instead of border to fix little bug of the lecture head

// Typography

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