Skip to content

Commit

Permalink
change(button): primary color is blue and secondary is green
Browse files Browse the repository at this point in the history
- Alongside the dark and light variants, this way inverted,
  hover and active colors use the proper colors instead of mix
  and match
  • Loading branch information
ichim-david committed Apr 13, 2022
1 parent 5a907c7 commit 53e0a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
@primaryColor : @darkCerulean;
@secondaryColor : @pineGreen;

@lightPrimaryColor : @darkCyan;
@lightSecondaryColor : @mediumPersianBlue;
@lightPrimaryColor : @mediumPersianBlue;
@lightSecondaryColor : @darkCyan;

@darkPrimaryColor : @bottleGreen;
@darkSecondaryColor : @darkMidnightBlue;
@darkPrimaryColor : @darkMidnightBlue;
@darkSecondaryColor : @bottleGreen;

/*--------------
Page Heading
Expand Down

0 comments on commit 53e0a0c

Please sign in to comment.