Radarr/src/UI/Content/Bootstrap/mixins/text-emphasis.less
2015-06-16 18:25:51 -07:00

8 lines
116 B
Text

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