Files
NodeBB/public/less/admin/bootstrap/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

2014-09-26 14:17:31 -04:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
2015-12-16 09:41:46 -05:00
a&:hover,
a&:focus {
2014-09-26 14:17:31 -04:00
color: darken(@color, 10%);
}
}