Fix for background image gradient on Edge Legacy

note the text in the 'Get Started' button is hidden still - but it was hidden before anyway - this is still a good improvement
This commit is contained in:
Christian Oliff 2020-06-22 18:16:22 +09:00 committed by Martin Donath
parent e02608f27b
commit 50ea3a547e

View File

@ -52,7 +52,7 @@
linear-gradient( linear-gradient(
to bottom, to bottom,
var(--md-primary-fg-color), var(--md-primary-fg-color),
hsla(280deg, 67%, 55%, 1) 99%, hsla(280, 67%, 55%, 1) 99%,
white 99% white 99%
); );
} }