Radarr/src/UI/Content/Bootstrap/mixins/text-emphasis.less
2015-06-21 23:19:24 -07:00

9 lines
128 B
Text

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