Fixes #19840: Invert the .card-subtitle color as well for .card-inverse

This commit is contained in:
Mark Otto 2016-05-11 20:41:33 -07:00
parent f68b06a123
commit 5ff8d0f66e
1 changed files with 1 additions and 0 deletions

View File

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