]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #19840: Invert the .card-subtitle color as well for .card-inverse
authorMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 03:41:33 +0000 (20:41 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 12 May 2016 03:41:33 +0000 (20:41 -0700)
scss/mixins/_cards.scss

index bad98327d185e59d9c43788e27e5114271061ed4..574349abad8270f44899cff6dfb9113ea16f7305 100644 (file)
@@ -32,6 +32,7 @@
   }
   .card-link,
   .card-text,
+  .card-subtitle,
   .card-blockquote .blockquote-footer {
     color: rgba(255,255,255,.65);
   }