Files @ fdc2503fcfc3
Branch filter:

Location: CopyleftConf/copyleftconf-website/static/bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss

Christopher Neugebauer
Merge remote-tracking branch 'rd/all-python'
// Typography

// [converter] $parent hack
@mixin text-emphasis-variant($parent, $color) {
  #{$parent} {
    color: $color;
  }
  a#{$parent}:hover,
  a#{$parent}:focus {
    color: darken($color, 10%);
  }
}