diff options
| -rw-r--r-- | scss/utilities/_text.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 0aa441cc9..9ebf731a5 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -45,6 +45,7 @@ @include text-emphasis-variant(".text-#{$color}", $value); } +.text-body { color: $body-color !important; } .text-muted { color: $text-muted !important; } // Misc |
