From: Mark Otto Date: Tue, 4 Jul 2017 02:04:31 +0000 (-0700) Subject: fixes #22981 X-Git-Tag: v4.0.0-beta~61^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de78b71bab289374c44c84154b48847919106a60;p=thirdparty%2Fbootstrap.git fixes #22981 --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 7f20ed76ee..d337e0d63e 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