Skip to content

Commit

Permalink
fix(SASS): Correct support colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorik12345 committed Jun 3, 2021
1 parent 3169523 commit 478e9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $container-width-desktop: 1140px !default;
// 1a. Primary colors
$color-primary: #12608c !default;
$color-secondary: #3fa9f6 !default;
$color-support-primary: #00c971 !default;
$color-support-secondary: #003553 !default;
$color-support-primary: #4a7711 !default;
$color-support-secondary: #9fcd5d !default;

// 1b. Primary colors hover states
$color-primary-hover: $color-support-secondary !default;
Expand Down

0 comments on commit 478e9aa

Please sign in to comment.