1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

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(
to bottom,
var(--md-primary-fg-color),
hsla(280deg, 67%, 55%, 1) 99%,
hsla(280, 67%, 55%, 1) 99%,
white 99%
);
}