Skip to content

Commit

Permalink
Fix for background image gradient on Edge Legacy
Browse files Browse the repository at this point in the history
note the text in the 'Get Started' button is hidden still - but it was hidden before anyway - this is still a good improvement
  • Loading branch information
coliff authored and squidfunk committed Jun 22, 2020
1 parent e02608f commit 50ea3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
linear-gradient(
to bottom,
var(--md-primary-fg-color),
hsla(280deg, 67%, 55%, 1) 99%,
hsla(280, 67%, 55%, 1) 99%,
white 99%
);
}
Expand Down

0 comments on commit 50ea3a5

Please sign in to comment.