Skip to content

Commit

Permalink
update(gradient): use 8deg angle
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 5, 2023
1 parent 1bb2696 commit 6fd597d
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 @@ -10,7 +10,7 @@
@imageBackgroundPosition : center;

/* Gradient */
@backgroundGradient : linear-gradient(0deg,rgba(12,27,40,.7019607843137254) 32%,rgba(0,36,78,0) 80%);
@backgroundGradient : linear-gradient(8deg,rgba(12,27,40,.7019607843137254) 32%,rgba(0,36,78,0) 80%);
@backgroundGradientOpacity : 1;

/* Content */
Expand Down

0 comments on commit 6fd597d

Please sign in to comment.