AdminLTE/build/bootstrap-less/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

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