scopesessions.org/_site/bower_components/bootstrap/less/mixins/text-emphasis.less
Alex Corbi 0f22fe2a4e #47
2015-09-16 21:01:58 +02:00

9 lines
128 B
Text

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