diff options
| author | Mark Otto <[email protected]> | 2017-07-03 19:04:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-03 19:04:31 -0700 |
| commit | de78b71bab289374c44c84154b48847919106a60 (patch) | |
| tree | 7bb47175a4d903e147d4e6a3916b826cdcceca40 | |
| parent | 6cf1a106d4fcd043f47d3eab4ffef3eaf868ce38 (diff) | |
| download | bootstrap-de78b71bab289374c44c84154b48847919106a60.tar.xz bootstrap-de78b71bab289374c44c84154b48847919106a60.zip | |
fixes #22981
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7f20ed76e..d337e0d63 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -40,7 +40,7 @@ @include text-emphasis-variant('.text-#{$color}', $value); } -.text-muted { color: $gray-400 !important; } +.text-muted { color: $text-muted !important; } // Misc |
