git repos / blockattack-game

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

browsing at commit = ddceb7e8d386ab75c5c312f7805e6199a25055a4

raw · blame · history

// Typography

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