Skip to content

Commit

Permalink
fix(card): update card header and footer background color to #fff
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Oct 26, 2016
1 parent ca37b34 commit 7d08fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ $card-border-width: $border-width;
$card-border-radius: $border-radius;
$card-border-color: #000;
$card-border-radius-inner: calc(#{$card-border-radius} - #{$card-border-width}) !default;
$card-cap-bg: $gray-lightest;
$card-cap-bg: #fff;
$card-bg: #fff;

$card-link-hover-color: #fff;
Expand Down

0 comments on commit 7d08fa9

Please sign in to comment.