From 50ea3a547e16da865067b438b5549276b5ce59e0 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 22 Jun 2020 18:16:22 +0900 Subject: [PATCH] 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 --- src/overrides/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overrides/home.html b/src/overrides/home.html index e5e6b9089..0a0a66def 100644 --- a/src/overrides/home.html +++ b/src/overrides/home.html @@ -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% ); }