Skip to content

Commit

Permalink
change(color): darkCyan is now replaced everywhere by the new green
Browse files Browse the repository at this point in the history
- this way we no longer use the previous green in components
  • Loading branch information
ichim-david committed Feb 1, 2023
1 parent 850ae2b commit ef3791d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions theme/themes/eea/extras/header.variables
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
@subsiteDividerHeight : 110%;
@subsiteDividerWidth : 1px;
@subsiteDividerTopPosition : 50%;
@subsiteDividerColor : @darkCyan;
@subsiteDividerColor : @secondaryColorCSSVar;
@mobileSubsiteFontSize : unit(@h6, em);
@tabletSubsiteFontSize : unit(@h4, em);
@computerSubsiteFontSize : unit(@h2, em);
Expand Down Expand Up @@ -233,10 +233,10 @@

/* Custom shadows for dropdowns */
@shadow-topbar-dropdown: 2px 0 2px -5px hsla(@shadow-color, calc(@shadow-strength + 6%));
@shadow-4-no-top:
@shadow-4-no-top:
0 0 0 0 hsla(@shadow-color, calc(@shadow-strength + 2%)),
0 1px 1px -2px hsla(@shadow-color, calc(@shadow-strength + 3%)),
0 2px 2px -2px hsla(@shadow-color, calc(@shadow-strength + 3%)),
0 5px 5px -2px hsla(@shadow-color, calc(@shadow-strength + 4%)),
0 9px 9px -2px hsla(@shadow-color, calc(@shadow-strength + 5%)),
0 16px 16px -2px hsla(@shadow-color, calc(@shadow-strength + 6%));
0 16px 16px -2px hsla(@shadow-color, calc(@shadow-strength + 6%));
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/keyContent.variables
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
@keyContentListBulletFontSize : 3rem;

/* Colored Title */
@keyContentColoredTitleColor : @darkCyan;
@keyContentColoredTitleColor : @secondaryColor;
@keyContentTitleMarginLeft : 2.8rem;
2 changes: 1 addition & 1 deletion theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
@tertiaryColorCSSVar : var(--text-color-tertiary, @tertiaryColor);

@lightPrimaryColor : @mediumPersianBlue;
@lightSecondaryColor : @darkCyan;
@lightSecondaryColor : @green-4;
@lightTertiaryColor : @UCLABlue;

@darkPrimaryColor : @darkMidnightBlue;
Expand Down

0 comments on commit ef3791d

Please sign in to comment.