All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.lib.bootstrap.less.mixins.text-emphasis.less Maven / Gradle / Ivy

The newest version!
// Typography

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy