1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-05 22:49:38 +05:00
JaBa/dashboard/public/bower_components/bootstrap/less/mixins/text-emphasis.less
2022-01-04 02:18:28 +05:00

9 lines
128 B
Text

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