mirror of https://github.com/twbs/bootstrap.git
add .text-body, fixes #25412
This commit is contained in:
parent
9f5f51d871
commit
4f05e3b735
|
@ -45,6 +45,7 @@
|
||||||
@include text-emphasis-variant(".text-#{$color}", $value);
|
@include text-emphasis-variant(".text-#{$color}", $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-body { color: $body-color !important; }
|
||||||
.text-muted { color: $text-muted !important; }
|
.text-muted { color: $text-muted !important; }
|
||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
|
|
Loading…
Reference in New Issue