From: Mark Otto Date: Thu, 12 May 2016 03:41:33 +0000 (-0700) Subject: Fixes #19840: Invert the .card-subtitle color as well for .card-inverse X-Git-Tag: v4.0.0-alpha.3~74^2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff8d0f66ea818e6f95ce421f17f6ea0ca41e81d;p=thirdparty%2Fbootstrap.git Fixes #19840: Invert the .card-subtitle color as well for .card-inverse --- diff --git a/scss/mixins/_cards.scss b/scss/mixins/_cards.scss index bad98327d1..574349abad 100644 --- a/scss/mixins/_cards.scss +++ b/scss/mixins/_cards.scss @@ -32,6 +32,7 @@ } .card-link, .card-text, + .card-subtitle, .card-blockquote .blockquote-footer { color: rgba(255,255,255,.65); }