Skip to content

Commit

Permalink
apply Bootstrap primary
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Sep 14, 2020
1 parent 8f2137a commit 58f1ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/cassiopeia/scss/tools/variables/_variables.scss
Expand Up @@ -68,8 +68,8 @@ $colors: (
white: $white
);

//$primary: var(--cassiopeia-color-primary);
$primary: $blue;
$primary: var(--cassiopeia-color-primary);
$primaryBS: $blue;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
Expand All @@ -80,7 +80,7 @@ $dark: $gray-800;


$theme-colors: (
primary: $primary,
primary: $primaryBS,
secondary: $secondary,
success: $success,
info: $info,
Expand Down

0 comments on commit 58f1ce0

Please sign in to comment.