Skip to content

Commit 42b8520

Browse files
committed
Update _card.scss
1 parent 676abb9 commit 42b8520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/_card.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
flex-direction: column;
3131
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
3232
height: var(--#{$prefix}card-height);
33-
color: var(--#{$prefix}body-color);
33+
color: var(--#{$prefix}card-color);
3434
word-wrap: break-word;
3535
background-color: var(--#{$prefix}card-bg);
3636
background-clip: border-box;
@@ -71,7 +71,6 @@
7171
// as much space as possible, ensuring footers are aligned to the bottom.
7272
flex: 1 1 auto;
7373
padding: var(--#{$prefix}card-spacer-y) var(--#{$prefix}card-spacer-x);
74-
color: var(--#{$prefix}card-color);
7574
}
7675

7776
.card-title {

0 commit comments

Comments
 (0)