Use white as the default card cap colour
@@ -21,3 +21,5 @@ $white: white;
$theme-colors: (
'primary': #08d
);
+
+$card-cap-bg: $white;