mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
ba2d556455
Closes #16047 by merging a tweaked version of it.
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
color: darken(@color, 10%);
|
|
}
|
|
}
|