From 5a0899d0406379cef96a05a7e787bc45420da881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Sun, 1 Jan 2023 23:20:48 +0100 Subject: [PATCH] Fix cards color for contextual color mode --- scss/_card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_card.scss b/scss/_card.scss index 70279df9e9..d3535a98b7 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;