Fix cards color for contextual color mode

This commit is contained in:
Julien Déramond 2023-01-01 23:20:48 +01:00 committed by Mark Otto
parent 212c0dfd07
commit 5a0899d040

View File

@ -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;