diff --git a/scss/_card.scss b/scss/_card.scss
index 70279df9e97215395a868404be984822d3661eea..d3535a98b76f465b95652188e43d442fa3338e8e 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -30,6 +30,7 @@
   flex-direction: column;
   min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
   height: var(--#{$prefix}card-height);
+  color: var(--#{$prefix}body-color);
   word-wrap: break-word;
   background-color: var(--#{$prefix}card-bg);
   background-clip: border-box;