git repos / blockattack-game

source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-emphasis.less

browsing at commit = 4ab66e1416f718d4a6d025c4d49760159d67b61d

raw · blame · history

// Typography

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