Current section

Files

Jump to
ex_debug_toolbar web static css _text_emphasis.scss
Raw

web/static/css/_text_emphasis.scss

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