Merge pull request #1987 from hellcp/patch-1

Use white as the default card cap colour
This commit is contained in:
daniel 2020-02-03 20:58:24 -07:00 committed by GitHub
commit b50ba10c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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