mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix cards color for contextual color mode
This commit is contained in:
parent
212c0dfd07
commit
5a0899d040
@ -30,6 +30,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
|
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
|
||||||
height: var(--#{$prefix}card-height);
|
height: var(--#{$prefix}card-height);
|
||||||
|
color: var(--#{$prefix}body-color);
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
background-color: var(--#{$prefix}card-bg);
|
background-color: var(--#{$prefix}card-bg);
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user