diff options
| author | Julien Déramond <[email protected]> | 2023-01-01 23:20:48 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-01-01 21:56:19 -0800 |
| commit | 5a0899d0406379cef96a05a7e787bc45420da881 (patch) | |
| tree | c2d658bc967df3ad378b91b5b78cc9b4e4cf6dfa | |
| parent | 212c0dfd076e4e504de135b2b41647199feb3696 (diff) | |
| download | bootstrap-5a0899d0406379cef96a05a7e787bc45420da881.tar.xz bootstrap-5a0899d0406379cef96a05a7e787bc45420da881.zip | |
Fix cards color for contextual color mode
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 70279df9e..d3535a98b 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; |
