Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-11-17 12:16:16 +0300
committerGitHub <noreply@github.com>2018-11-17 12:16:16 +0300
commit75526bf2d048e1b102138754ccbbcebe9a03cf6e (patch)
tree468f375480e64f7368cadbca04cb12e016ec50b5 /scss
parent53d279b934f8b53df5c62b504848579ccc7c8bcb (diff)
Inherit card header color (#27681)
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 86d55c8f3b..1e80254584 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -795,7 +795,7 @@ $card-border-radius: $border-radius !default;
$card-border-color: rgba($black, .125) !default;
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
$card-cap-bg: rgba($black, .03) !default;
-$card-cap-color: $body-color !default;
+$card-cap-color: inherit !default;
$card-bg: $white !default;
$card-img-overlay-padding: 1.25rem !default;