Files
image-sequencer/node_modules/bootstrap/less/mixins/text-emphasis.less
jywarren 95145690d5 update
2022-03-22 21:59:52 +00:00

10 lines
128 B
Plaintext

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