.tag--variant(@color) {
  background-color: @color;

  &[href] {
    &:hover,
    &:focus {
      .brightness(0.9);
    }
  }
}
