Skip to content

Commit

Permalink
fix(header): bump opacity of gradient class to get rid of green hue o…
Browse files Browse the repository at this point in the history
…f header text
  • Loading branch information
ichim-david committed Jul 19, 2022
1 parent 1453ad3 commit 2011b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/extras/banner.variables
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/* Gradient */
@backgroundGradient : linear-gradient(8deg, #0c1b28b3 32%, rgba(0, 36, 78, 0) 80%);
@backgroundGradientWithImage : linear-gradient(0deg, rgb(20, 33, 44, 90%) 24%, rgba(0, 36, 78, 0) 80%);
@backgroundGradientOpacity : 0.9;
@backgroundGradientOpacity : 1;

/* Content */
@mobileContentPadding : 1rem 0 1.25rem;
Expand Down

0 comments on commit 2011b40

Please sign in to comment.