scopesessions.org/_site/bower_components/bootstrap/less/mixins/text-emphasis.less

10 lines
128 B
Text
Raw Permalink Normal View History

// Typography
.text-emphasis-variant(@color) {
color: @color;
2015-09-16 21:01:58 +02:00
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}