We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676abb9 commit 42b8520Copy full SHA for 42b8520
scss/_card.scss
@@ -30,7 +30,7 @@
30
flex-direction: column;
31
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
32
height: var(--#{$prefix}card-height);
33
- color: var(--#{$prefix}body-color);
+ color: var(--#{$prefix}card-color);
34
word-wrap: break-word;
35
background-color: var(--#{$prefix}card-bg);
36
background-clip: border-box;
@@ -71,7 +71,6 @@
71
// as much space as possible, ensuring footers are aligned to the bottom.
72
flex: 1 1 auto;
73
padding: var(--#{$prefix}card-spacer-y) var(--#{$prefix}card-spacer-x);
74
- color: var(--#{$prefix}card-color);
75
}
76
77
.card-title {
0 commit comments