Skip to content

Commit d28502b

Browse files
committed
Revert $card-color to default (null)
Not overriding $card-color fixes the toggling between light and dark. This reverts to Bootstrap default behaviors.
1 parent ff4a345 commit d28502b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_dark-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $border-color: $dark;
5757
// Cards
5858
$card-border-color: rgba($white, .125);
5959
$card-cap-bg: rgba($white, .03);
60-
$card-color: $gray-200;
60+
// $card-color: $gray-200;
6161
$card-bg: $gray-900; //$body-bg ?
6262

6363
$nav-tabs-border-color: rgba($white, .125);

0 commit comments

Comments
 (0)