diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-04-29 20:17:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-04-29 20:17:19 +0200 |
commit | fb295d53f12c3376779dc052dc2341c242c631d9 (patch) | |
tree | ff6b3181374955c9affbef343e4a767a9f125700 /vendor/twbs/bootstrap/scss/_card.scss | |
parent | 95d07974f49c8e0123a29c631fa475815cf40cbd (diff) | |
parent | 39d78064da3748ed31f71c9a219433bfe9cd2d56 (diff) | |
download | volse-hubzilla-fb295d53f12c3376779dc052dc2341c242c631d9.tar.gz volse-hubzilla-fb295d53f12c3376779dc052dc2341c242c631d9.tar.bz2 volse-hubzilla-fb295d53f12c3376779dc052dc2341c242c631d9.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/twbs/bootstrap/scss/_card.scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/_card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/scss/_card.scss b/vendor/twbs/bootstrap/scss/_card.scss index 70279df9e..d3535a98b 100644 --- a/vendor/twbs/bootstrap/scss/_card.scss +++ b/vendor/twbs/bootstrap/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; |